Html Css Color HEX #1D6DAF Denim

📋 copy color: '#1D6DAF'

red 29 ◦ green 109 ◦ blue 175

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

Shades of Denim #1D6DAF

Tints of Denim #1D6DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 9.27%
G = 34.82%
B = 55.91%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D6DAF (or 0x1D6DAF) is known color: Denim. HEX triplet: 1D, 6D and AF. RGB value is (29,109,175). Sum of RGB (Red+Green+Blue) = 29+109+175=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D6DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6DAF is #E29250. Grayscale: #5C5C5C. Windows color (decimal): -14848593 or 11496733. OLE color: 11496733.

HSL color Cylindrical-coordinate representation of color #1D6DAF: hue angle of 207.12º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D6DAF is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 109 175 -
CMYK 0.83 0.38 0 0.31
HSL 207.12º 0.72% 0.4% -
HSV(B) 207.12º 0.83% 0.69% -
XYZ 13.71 14.29 42.59 -
YUV 92.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 29 109 175 0.83 0.38 0 0.31 207.12 0.72 0.4
Hex 1D 6D AF 53 26 0 1F CF 48 28
Octal 35 155 257 123 46 0 37 317 110 50
Binary 11101 1101101 10101111 1010011 100110 0 11111 11001111 1001000 101000

Color Harmonies of #1D6DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6DAF

Black with #1D6DAF

Text Example


Text Example

White with #1D6DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,109,175); }

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

background-color css

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

 a { background-color: rgb(29,109,175); }

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

border-color css

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

 span { border-color: rgb(29,109,175); }

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