#1D5675

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

Shades of Orient #1D5675

Tints of Orient #1D5675

Color information

#1D5675 (or 0x1D5675) is unknown color: approx Orient. HEX triplet: 1D, 56 and 75. RGB value is (29,86,117). Sum of RGB (Red+Green+Blue) = 29+86+117=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D5675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5675 is #E2A98A. Grayscale: #484848. Windows color (decimal): -14854539 or 7689757. OLE color: 7689757.

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

Color convert

RGB2986117-
CMYK0.750.2600.54
HSL201.14º60.27%28.63%-
HSV(B)201.14º75.21%45.88%-
XYZ7.058.218.04-
YUV72.49153.1296.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.5%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=12.5%
G=37.07%
B=50.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29861170.750.2600.54201.1460.2728.63
Hex1D56754B1A036c93c1d
Octal35126165113320663117435
Binary111011010110111010110010111101001101101100100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,117); }

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

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

 a { background-color: rgb(29,86,117); }

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

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

 span { border-color: rgb(29,86,117); }

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