#1C5578

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

Shades of Orient #1C5578

Tints of Orient #1C5578

Color information

#1C5578 (or 0x1C5578) is unknown color: approx Orient. HEX triplet: 1C, 55 and 78. RGB value is (28,85,120). Sum of RGB (Red+Green+Blue) = 28+85+120=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #1C5578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5578 is #E3AA87. Grayscale: #474747. Windows color (decimal): -14920328 or 7886108. OLE color: 7886108.

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

Color convert

RGB2885120-
CMYK0.770.2900.53
HSL202.83º62.16%29.02%-
HSV(B)202.83º76.67%47.06%-
XYZ7.128.118.96-
YUV71.95155.1296.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=12.02%
G=36.48%
B=51.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal28851200.770.2900.53202.8362.1629.02
Hex1C55784D1D035cb3e1d
Octal34125170115350653137635
Binary111001010101111100010011011110101101011100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,120); }

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

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

 a { background-color: rgb(28,85,120); }

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

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

 span { border-color: rgb(28,85,120); }

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