#1D5477

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

Shades of Orient #1D5477

Tints of Orient #1D5477

Color information

#1D5477 (or 0x1D5477) is unknown color: approx Orient. HEX triplet: 1D, 54 and 77. RGB value is (29,84,119). Sum of RGB (Red+Green+Blue) = 29+84+119=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D5477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5477 is #E2AB88. Grayscale: #474747. Windows color (decimal): -14855049 or 7820317. OLE color: 7820317.

HSL color Cylindrical-coordinate representation of color #1D5477: hue angle of 203.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 #1D5477 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2984119-
CMYK0.760.2900.53
HSL203.33º60.81%29.02%-
HSV(B)203.33º75.63%46.67%-
XYZ7.017.9318.61-
YUV71.54154.7897.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=12.5%
G=36.21%
B=51.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29841190.760.2900.53203.3360.8129.02
Hex1D54774C1D035cb3d1d
Octal35124167114350653137535
Binary111011010100111011110011001110101101011100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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