Html Css Color HEX #1D6AB6 Denim

📋 copy color: '#1D6AB6'

red 29 ◦ green 106 ◦ blue 182

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

Shades of Denim #1D6AB6

Tints of Denim #1D6AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 57.41%

R = 9.15%
G = 33.44%
B = 57.41%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1D6AB6 (or 0x1D6AB6) is known color: Denim. HEX triplet: 1D, 6A and B6. RGB value is (29,106,182). Sum of RGB (Red+Green+Blue) = 29+106+182=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #1D6AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6AB6 is #E29549. Grayscale: #5B5B5B. Windows color (decimal): -14849354 or 11954717. OLE color: 11954717.

HSL color Cylindrical-coordinate representation of color #1D6AB6: hue angle of 209.8º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D6AB6 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 106 182 -
CMYK 0.84 0.42 0 0.29
HSL 209.8º 0.73% 0.41% -
HSV(B) 209.8º 0.84% 0.71% -
XYZ 14.1 13.95 46.2 -
YUV 91.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 29 106 182 0.84 0.42 0 0.29 209.8 0.73 0.41
Hex 1D 6A B6 54 2A 0 1D D2 49 29
Octal 35 152 266 124 52 0 35 322 111 51
Binary 11101 1101010 10110110 1010100 101010 0 11101 11010010 1001001 101001

Color Harmonies of #1D6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6AB6

Black with #1D6AB6

Text Example


Text Example

White with #1D6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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