Html Css Color HEX #196AAA Denim

📋 copy color: '#196AAA'

red 25 ◦ green 106 ◦ blue 170

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

Shades of Denim #196AAA

Tints of Denim #196AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 8.31%
G = 35.22%
B = 56.48%

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

#196AAA (or 0x196AAA) is known color: Denim. HEX triplet: 19, 6A and AA. RGB value is (25,106,170). Sum of RGB (Red+Green+Blue) = 25+106+170=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #196AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196AAA is #E69555. Grayscale: #585858. Windows color (decimal): -15111510 or 11168281. OLE color: 11168281.

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

Color convert

RGB 25 106 170 -
CMYK 0.85 0.38 0 0.33
HSL 206.48º 0.74% 0.38% -
HSV(B) 206.48º 0.85% 0.67% -
XYZ 12.81 13.42 39.94 -
YUV 89.08 173.66 82.3 -
System Red Green Blue C M Y K H S L
Decimal 25 106 170 0.85 0.38 0 0.33 206.48 0.74 0.38
Hex 19 6A AA 55 26 0 21 CE 4A 26
Octal 31 152 252 125 46 0 41 316 112 46
Binary 11001 1101010 10101010 1010101 100110 0 100001 11001110 1001010 100110

Color Harmonies of #196AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AAA

Black with #196AAA

Text Example


Text Example

White with #196AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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