#1C5476

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

Shades of Orient #1C5476

Tints of Orient #1C5476

Color information

#1C5476 (or 0x1C5476) is unknown color: approx Orient. HEX triplet: 1C, 54 and 76. RGB value is (28,84,118). Sum of RGB (Red+Green+Blue) = 28+84+118=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #1C5476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5476 is #E3AB89. Grayscale: #464646. Windows color (decimal): -14920586 or 7754780. OLE color: 7754780.

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

Color convert

RGB2884118-
CMYK0.760.2900.54
HSL202.67º61.64%28.63%-
HSV(B)202.67º76.27%46.27%-
XYZ6.927.918.3-
YUV71.13154.4597.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=12.17%
G=36.52%
B=51.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal28841180.760.2900.54202.6761.6428.63
Hex1C54764C1D036cb3e1d
Octal34124166114350663137635
Binary111001010100111011010011001110101101101100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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