#1D576F

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

Shades of Orient #1D576F

Tints of Orient #1D576F

Color information

#1D576F (or 0x1D576F) is unknown color: approx Orient. HEX triplet: 1D, 57 and 6F. RGB value is (29,87,111). Sum of RGB (Red+Green+Blue) = 29+87+111=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D576F is #E2A890. Grayscale: #484848. Windows color (decimal): -14854289 or 7296797. OLE color: 7296797.

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

Color convert

RGB2987111-
CMYK0.740.2200.56
HSL197.56º58.57%27.45%-
HSV(B)197.56º73.87%43.53%-
XYZ6.788.2316.27-
YUV72.39149.7897.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.78%
GREEN value IS 87 (34.38% from 255) = 38.33%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=12.78%
G=38.33%
B=48.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29871110.740.2200.56197.5658.5727.45
Hex1D576F4A16038c63b1b
Octal35127157112260703067333
Binary111011010111110111110010101011001110001100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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