Html Css Color HEX #1D586A Orient

📋 copy color: '#1D586A'

red 29 ◦ green 88 ◦ blue 106

#1D586A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #1D586A

Tints of Orient #1D586A

RGB

 RED value IS 29 (11.72% from 255) = 13%

 GREEN value IS 88 (34.77% from 255) = 39.46%

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 13%
G = 39.46%
B = 47.53%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D586A (or 0x1D586A) is known color: Orient. HEX triplet: 1D, 58 and 6A. RGB value is (29,88,106). Sum of RGB (Red+Green+Blue) = 29+88+106=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D586A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D586A is #E2A795. Grayscale: #484848. Windows color (decimal): -14854038 or 6969373. OLE color: 6969373.

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

Color convert

RGB 29 88 106 -
CMYK 0.73 0.17 0 0.58
HSL 194.03º 0.57% 0.26% -
HSV(B) 194.03º 0.73% 0.42% -
XYZ 6.6 8.28 14.89 -
YUV 72.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 29 88 106 0.73 0.17 0 0.58 194.03 0.57 0.26
Hex 1D 58 6A 49 11 0 3A C2 39 1A
Octal 35 130 152 111 21 0 72 302 71 32
Binary 11101 1011000 1101010 1001001 10001 0 111010 11000010 111001 11010

Color Harmonies of #1D586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D586A

Black with #1D586A

Text Example


Text Example

White with #1D586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D586A;
 }
 .AnyTagClassName
 {
   color: #1D586A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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