Html Css Color HEX #1D596A Orient

📋 copy color: '#1D596A'

red 29 ◦ green 89 ◦ blue 106

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

Shades of Orient #1D596A

Tints of Orient #1D596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

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

R = 12.95%
G = 39.73%
B = 47.32%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D596A (or 0x1D596A) is known color: Orient. HEX triplet: 1D, 59 and 6A. RGB value is (29,89,106). Sum of RGB (Red+Green+Blue) = 29+89+106=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D596A is #E2A695. Grayscale: #484848. Windows color (decimal): -14853782 or 6969629. OLE color: 6969629.

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

Color convert

RGB 29 89 106 -
CMYK 0.73 0.16 0 0.58
HSL 193.25º 0.57% 0.26% -
HSV(B) 193.25º 0.73% 0.42% -
XYZ 6.68 8.45 14.91 -
YUV 73 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 29 89 106 0.73 0.16 0 0.58 193.25 0.57 0.26
Hex 1D 59 6A 49 10 0 3A C1 39 1A
Octal 35 131 152 111 20 0 72 301 71 32
Binary 11101 1011001 1101010 1001001 10000 0 111010 11000001 111001 11010

Color Harmonies of #1D596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D596A

Black with #1D596A

Text Example


Text Example

White with #1D596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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