#1D6077

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

Shades of Orient #1D6077

Tints of Orient #1D6077

Color information

#1D6077 (or 0x1D6077) is unknown color: approx Orient. HEX triplet: 1D, 60 and 77. RGB value is (29,96,119). Sum of RGB (Red+Green+Blue) = 29+96+119=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D6077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6077 is #E29F88. Grayscale: #4E4E4E. Windows color (decimal): -14851977 or 7823389. OLE color: 7823389.

HSL color Cylindrical-coordinate representation of color #1D6077: hue angle of 195.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D6077 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2996119-
CMYK0.760.1900.53
HSL195.33º60.81%29.02%-
HSV(B)195.33º75.63%46.67%-
XYZ8.029.9618.95-
YUV78.59150.892.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.89%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=11.89%
G=39.34%
B=48.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29961190.760.1900.53195.3360.8129.02
Hex1D60774C13035c33d1d
Octal35140167114230653037535
Binary111011100000111011110011001001101101011100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,96,119); }

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

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

 a { background-color: rgb(29,96,119); }

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

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

 span { border-color: rgb(29,96,119); }

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