#1A5D76

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

Shades of Orient #1A5D76

Tints of Orient #1A5D76

Color information

#1A5D76 (or 0x1A5D76) is unknown color: approx Orient. HEX triplet: 1A, 5D and 76. RGB value is (26,93,118). Sum of RGB (Red+Green+Blue) = 26+93+118=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A5D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D76 is #E5A289. Grayscale: #4B4B4B. Windows color (decimal): -15049354 or 7757082. OLE color: 7757082.

HSL color Cylindrical-coordinate representation of color #1A5D76: hue angle of 196.3º 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 #1A5D76 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2693118-
CMYK0.780.2100.54
HSL196.3º63.89%28.24%-
HSV(B)196.3º77.97%46.27%-
XYZ7.619.3618.54-
YUV75.82151.892.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=10.97%
G=39.24%
B=49.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26931180.780.2100.54196.363.8928.24
Hex1A5D764E15036c4401c
Octal321351661162506630410034
Binary1101010111011110110100111010101011011011000100100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,93,118); }

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

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

 a { background-color: rgb(26,93,118); }

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

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

 span { border-color: rgb(26,93,118); }

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