Html Css Color HEX #196BAB Denim

📋 copy color: '#196BAB'

red 25 ◦ green 107 ◦ blue 171

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

Shades of Denim #196BAB

Tints of Denim #196BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

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

R = 8.25%
G = 35.31%
B = 56.44%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#196BAB (or 0x196BAB) is known color: Denim. HEX triplet: 19, 6B and AB. RGB value is (25,107,171). Sum of RGB (Red+Green+Blue) = 25+107+171=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #196BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196BAB is #E69454. Grayscale: #595959. Windows color (decimal): -15111253 or 11234073. OLE color: 11234073.

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

Color convert

RGB 25 107 171 -
CMYK 0.85 0.37 0 0.33
HSL 206.3º 0.74% 0.38% -
HSV(B) 206.3º 0.85% 0.67% -
XYZ 13.01 13.66 40.48 -
YUV 89.78 173.83 81.8 -
System Red Green Blue C M Y K H S L
Decimal 25 107 171 0.85 0.37 0 0.33 206.3 0.74 0.38
Hex 19 6B AB 55 25 0 21 CE 4A 26
Octal 31 153 253 125 45 0 41 316 112 46
Binary 11001 1101011 10101011 1010101 100101 0 100001 11001110 1001010 100110

Color Harmonies of #196BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196BAB

Black with #196BAB

Text Example


Text Example

White with #196BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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