Html Css Color HEX #1D6EAE Denim

📋 copy color: '#1D6EAE'

red 29 ◦ green 110 ◦ blue 174

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

Shades of Denim #1D6EAE

Tints of Denim #1D6EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 174 (68.36% from 255) = 55.59%

R = 9.27%
G = 35.14%
B = 55.59%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D6EAE (or 0x1D6EAE) is known color: Denim. HEX triplet: 1D, 6E and AE. RGB value is (29,110,174). Sum of RGB (Red+Green+Blue) = 29+110+174=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D6EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6EAE is #E29151. Grayscale: #5C5C5C. Windows color (decimal): -14848338 or 11431453. OLE color: 11431453.

HSL color Cylindrical-coordinate representation of color #1D6EAE: hue angle of 206.48º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D6EAE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 110 174 -
CMYK 0.83 0.37 0 0.32
HSL 206.48º 0.71% 0.4% -
HSV(B) 206.48º 0.83% 0.68% -
XYZ 13.72 14.47 42.11 -
YUV 93.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 29 110 174 0.83 0.37 0 0.32 206.48 0.71 0.4
Hex 1D 6E AE 53 25 0 20 CE 47 28
Octal 35 156 256 123 45 0 40 316 107 50
Binary 11101 1101110 10101110 1010011 100101 0 100000 11001110 1000111 101000

Color Harmonies of #1D6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6EAE

Black with #1D6EAE

Text Example


Text Example

White with #1D6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,110,174); }

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

background-color css

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

 a { background-color: rgb(29,110,174); }

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

border-color css

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

 span { border-color: rgb(29,110,174); }

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