Html Css Color HEX #1D576A Orient

📋 copy color: '#1D576A'

red 29 ◦ green 87 ◦ blue 106

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

Shades of Orient #1D576A

Tints of Orient #1D576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

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

R = 13.06%
G = 39.19%
B = 47.75%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D576A (or 0x1D576A) is known color: Orient. HEX triplet: 1D, 57 and 6A. RGB value is (29,87,106). Sum of RGB (Red+Green+Blue) = 29+87+106=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D576A is #E2A895. Grayscale: #474747. Windows color (decimal): -14854294 or 6969117. OLE color: 6969117.

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

Color convert

RGB 29 87 106 -
CMYK 0.73 0.18 0 0.58
HSL 194.81º 0.57% 0.26% -
HSV(B) 194.81º 0.73% 0.42% -
XYZ 6.52 8.12 14.86 -
YUV 71.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 29 87 106 0.73 0.18 0 0.58 194.81 0.57 0.26
Hex 1D 57 6A 49 12 0 3A C3 39 1A
Octal 35 127 152 111 22 0 72 303 71 32
Binary 11101 1010111 1101010 1001001 10010 0 111010 11000011 111001 11010

Color Harmonies of #1D576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D576A

Black with #1D576A

Text Example


Text Example

White with #1D576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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