#1C5471

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

Shades of Orient #1C5471

Tints of Orient #1C5471

Color information

#1C5471 (or 0x1C5471) is unknown color: approx Orient. HEX triplet: 1C, 54 and 71. RGB value is (28,84,113). Sum of RGB (Red+Green+Blue) = 28+84+113=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5471 is #E3AB8E. Grayscale: #464646. Windows color (decimal): -14920591 or 7427100. OLE color: 7427100.

HSL color Cylindrical-coordinate representation of color #1C5471: hue angle of 200.47º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C5471 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2884113-
CMYK0.750.2600.56
HSL200.47º60.28%27.65%-
HSV(B)200.47º75.22%44.31%-
XYZ6.637.7816.78-
YUV70.56151.9597.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=12.44%
G=37.33%
B=50.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28841130.750.2600.56200.4760.2827.65
Hex1C54714B1A038c83c1c
Octal34124161113320703107434
Binary111001010100111000110010111101001110001100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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