Html Css Color HEX #196AAB Denim

📋 copy color: '#196AAB'

red 25 ◦ green 106 ◦ blue 171

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

Shades of Denim #196AAB

Tints of Denim #196AAB

RGB

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

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

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

R = 8.28%
G = 35.1%
B = 56.62%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#196AAB (or 0x196AAB) is known color: Denim. HEX triplet: 19, 6A and AB. RGB value is (25,106,171). Sum of RGB (Red+Green+Blue) = 25+106+171=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #196AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196AAB is #E69554. Grayscale: #585858. Windows color (decimal): -15111509 or 11233817. OLE color: 11233817.

HSL color Cylindrical-coordinate representation of color #196AAB: hue angle of 206.71º 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 #196AAB is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 106 171 -
CMYK 0.85 0.38 0 0.33
HSL 206.71º 0.74% 0.38% -
HSV(B) 206.71º 0.85% 0.67% -
XYZ 12.91 13.46 40.44 -
YUV 89.19 174.16 82.21 -
System Red Green Blue C M Y K H S L
Decimal 25 106 171 0.85 0.38 0 0.33 206.71 0.74 0.38
Hex 19 6A AB 55 26 0 21 CF 4A 26
Octal 31 152 253 125 46 0 41 317 112 46
Binary 11001 1101010 10101011 1010101 100110 0 100001 11001111 1001010 100110

Color Harmonies of #196AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AAB

Black with #196AAB

Text Example


Text Example

White with #196AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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