Html Css Color HEX #1D6ABF Denim

📋 copy color: '#1D6ABF'

red 29 ◦ green 106 ◦ blue 191

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

Shades of Denim #1D6ABF

Tints of Denim #1D6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 191 (75% from 255) = 58.59%

R = 8.9%
G = 32.52%
B = 58.59%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D6ABF (or 0x1D6ABF) is known color: Denim. HEX triplet: 1D, 6A and BF. RGB value is (29,106,191). Sum of RGB (Red+Green+Blue) = 29+106+191=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D6ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ABF is #E29540. Grayscale: #5C5C5C. Windows color (decimal): -14849345 or 12544541. OLE color: 12544541.

HSL color Cylindrical-coordinate representation of color #1D6ABF: hue angle of 211.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D6ABF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 106 191 -
CMYK 0.85 0.45 0 0.25
HSL 211.48º 0.74% 0.43% -
HSV(B) 211.48º 0.85% 0.75% -
XYZ 15.06 14.33 51.26 -
YUV 92.67 183.49 82.59 -
System Red Green Blue C M Y K H S L
Decimal 29 106 191 0.85 0.45 0 0.25 211.48 0.74 0.43
Hex 1D 6A BF 55 2D 0 19 D3 4A 2B
Octal 35 152 277 125 55 0 31 323 112 53
Binary 11101 1101010 10111111 1010101 101101 0 11001 11010011 1001010 101011

Color Harmonies of #1D6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6ABF

Black with #1D6ABF

Text Example


Text Example

White with #1D6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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