#1C576D

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

Shades of Orient #1C576D

Tints of Orient #1C576D

Color information

#1C576D (or 0x1C576D) is unknown color: approx Orient. HEX triplet: 1C, 57 and 6D. RGB value is (28,87,109). Sum of RGB (Red+Green+Blue) = 28+87+109=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C576D is #E3A892. Grayscale: #474747. Windows color (decimal): -14919827 or 7165724. OLE color: 7165724.

HSL color Cylindrical-coordinate representation of color #1C576D: hue angle of 196.3º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C576D is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2887109-
CMYK0.740.2000.57
HSL196.3º59.12%26.86%-
HSV(B)196.3º74.31%42.75%-
XYZ6.658.1715.69-
YUV71.87148.9596.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.5%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=12.5%
G=38.84%
B=48.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28871090.740.2000.57196.359.1226.86
Hex1C576D4A14039c43b1b
Octal34127155112240713047333
Binary111001010111110110110010101010001110011100010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,87,109); }

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

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

 a { background-color: rgb(28,87,109); }

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

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

 span { border-color: rgb(28,87,109); }

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