#1C586D

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

Shades of Orient #1C586D

Tints of Orient #1C586D

Color information

#1C586D (or 0x1C586D) is unknown color: approx Orient. HEX triplet: 1C, 58 and 6D. RGB value is (28,88,109). Sum of RGB (Red+Green+Blue) = 28+88+109=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C586D is #E3A792. Grayscale: #484848. Windows color (decimal): -14919571 or 7165980. OLE color: 7165980.

HSL color Cylindrical-coordinate representation of color #1C586D: hue angle of 195.56º 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 #1C586D is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2888109-
CMYK0.740.1900.57
HSL195.56º59.12%26.86%-
HSV(B)195.56º74.31%42.75%-
XYZ6.738.3315.72-
YUV72.45148.6296.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=12.44%
G=39.11%
B=48.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal28881090.740.1900.57195.5659.1226.86
Hex1C586D4A13039c43b1b
Octal34130155112230713047333
Binary111001011000110110110010101001101110011100010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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