#1D576B

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

Shades of Orient #1D576B

Tints of Orient #1D576B

Color information

#1D576B (or 0x1D576B) is unknown color: approx Orient. HEX triplet: 1D, 57 and 6B. RGB value is (29,87,107). Sum of RGB (Red+Green+Blue) = 29+87+107=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D576B is #E2A894. Grayscale: #474747. Windows color (decimal): -14854293 or 7034653. OLE color: 7034653.

HSL color Cylindrical-coordinate representation of color #1D576B: hue angle of 195.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D576B is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2987107-
CMYK0.730.1900.58
HSL195.38º57.35%26.67%-
HSV(B)195.38º72.9%41.96%-
XYZ6.578.1415.13-
YUV71.94147.7897.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=13.00%
G=39.01%
B=47.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29871070.730.1900.58195.3857.3526.67
Hex1D576B491303Ac3391b
Octal35127153111230723037133
Binary111011010111110101110010011001101110101100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,87,107); }

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

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

 a { background-color: rgb(29,87,107); }

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

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

 span { border-color: rgb(29,87,107); }

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