#1C5477

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

Shades of Orient #1C5477

Tints of Orient #1C5477

Color information

#1C5477 (or 0x1C5477) is unknown color: approx Orient. HEX triplet: 1C, 54 and 77. RGB value is (28,84,119). Sum of RGB (Red+Green+Blue) = 28+84+119=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #1C5477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5477 is #E3AB88. Grayscale: #474747. Windows color (decimal): -14920585 or 7820316. OLE color: 7820316.

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

Color convert

RGB2884119-
CMYK0.760.2900.53
HSL203.08º61.9%28.82%-
HSV(B)203.08º76.47%46.67%-
XYZ6.987.9218.61-
YUV71.25154.9597.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.12%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=12.12%
G=36.36%
B=51.52%

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
Decimal28841190.760.2900.53203.0861.928.82
Hex1C54774C1D035cb3e1d
Octal34124167114350653137635
Binary111001010100111011110011001110101101011100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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