#1A5B75

Color #1A5B75 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1A5B75

Tints of Orient #1A5B75

Color information

#1A5B75 (or 0x1A5B75) is unknown color: approx Orient. HEX triplet: 1A, 5B and 75. RGB value is (26,91,117). Sum of RGB (Red+Green+Blue) = 26+91+117=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5B75 is #E5A48A. Grayscale: #4A4A4A. Windows color (decimal): -15049867 or 7691034. OLE color: 7691034.

HSL color Cylindrical-coordinate representation of color #1A5B75: hue angle of 197.14º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5B75 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2691117-
CMYK0.780.2200.54
HSL197.14º63.64%28.04%-
HSV(B)197.14º77.78%45.88%-
XYZ7.388.9918.18-
YUV74.53151.9793.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 11.11%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 117 (46.09% from 255) = 50%
R=11.11%
G=38.89%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26911170.780.2200.54197.1463.6428.04
Hex1A5B754E16036c5401c
Octal321331651162606630510034
Binary1101010110111110101100111010110011011011000101100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5B75; }

 p { color: rgb(26,91,117); }

 H1.HeaderClassName
 {
   color: #1A5B75;
 }
 .AnyTagClassName
 {
   color: #1A5B75;
 }
</style>
background-color css

<style>
 a { background-color: #1A5B75; }

 a { background-color: rgb(26,91,117); }

 div.DivClassName
 {
   background-color: #1A5B75;
 }
 .BgClassName
 {
   background-color: #1A5B75;
 }
</style>
border-color css

<style>
 span { border-color: #1A5B75; }

 span { border-color: rgb(26,91,117); }

 td.TdClassName
 {
   border-color: #1A5B75;
 }
 .TagClassName
 {
   border-color: #1A5B75;
 }
</style>