Html Css Color HEX #196DAB Denim

📋 copy color: '#196DAB'

red 25 ◦ green 109 ◦ blue 171

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

Shades of Denim #196DAB

Tints of Denim #196DAB

RGB

 RED value IS 25 (10.16% from 255) = 8.2%

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 8.2%
G = 35.74%
B = 56.07%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#196DAB (or 0x196DAB) is known color: Denim. HEX triplet: 19, 6D and AB. RGB value is (25,109,171). Sum of RGB (Red+Green+Blue) = 25+109+171=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #196DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DAB is #E69254. Grayscale: #5A5A5A. Windows color (decimal): -15110741 or 11234585. OLE color: 11234585.

HSL color Cylindrical-coordinate representation of color #196DAB: hue angle of 205.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #196DAB is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 109 171 -
CMYK 0.85 0.36 0 0.33
HSL 205.48º 0.74% 0.38% -
HSV(B) 205.48º 0.85% 0.67% -
XYZ 13.22 14.08 40.55 -
YUV 90.95 173.17 80.96 -
System Red Green Blue C M Y K H S L
Decimal 25 109 171 0.85 0.36 0 0.33 205.48 0.74 0.38
Hex 19 6D AB 55 24 0 21 CD 4A 26
Octal 31 155 253 125 44 0 41 315 112 46
Binary 11001 1101101 10101011 1010101 100100 0 100001 11001101 1001010 100110

Color Harmonies of #196DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DAB

Black with #196DAB

Text Example


Text Example

White with #196DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196DAB; }

 p { color: rgb(25,109,171); }

 H1.HeaderClassName
 {
   color: #196DAB;
 }
 .AnyTagClassName
 {
   color: #196DAB;
 }
</style>

background-color css

<style>
 a { background-color: #196DAB; }

 a { background-color: rgb(25,109,171); }

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

border-color css

<style>
 span { border-color: #196DAB; }

 span { border-color: rgb(25,109,171); }

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