#1D586C

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

Shades of Orient #1D586C

Tints of Orient #1D586C

Color information

#1D586C (or 0x1D586C) is unknown color: approx Orient. HEX triplet: 1D, 58 and 6C. RGB value is (29,88,108). Sum of RGB (Red+Green+Blue) = 29+88+108=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D586C is #E2A793. Grayscale: #484848. Windows color (decimal): -14854036 or 7100445. OLE color: 7100445.

HSL color Cylindrical-coordinate representation of color #1D586C: hue angle of 195.19º degrees, saturation: 0.58, 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 #1D586C is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2988108-
CMYK0.730.1900.58
HSL195.19º57.66%26.86%-
HSV(B)195.19º73.15%42.35%-
XYZ6.78.3215.44-
YUV72.64147.9596.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 108 (42.58% from 255) = 48%
R=12.89%
G=39.11%
B=48%

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
Decimal29881080.730.1900.58195.1957.6626.86
Hex1D586C491303Ac33a1b
Octal35130154111230723037233
Binary111011011000110110010010011001101110101100001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,88,108); }

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

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

 a { background-color: rgb(29,88,108); }

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

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

 span { border-color: rgb(29,88,108); }

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