Html Css Color HEX #196CAC Denim

📋 copy color: '#196CAC'

red 25 ◦ green 108 ◦ blue 172

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

Shades of Denim #196CAC

Tints of Denim #196CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 8.2%
G = 35.41%
B = 56.39%

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

#196CAC (or 0x196CAC) is known color: Denim. HEX triplet: 19, 6C and AC. RGB value is (25,108,172). Sum of RGB (Red+Green+Blue) = 25+108+172=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #196CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196CAC is #E69353. Grayscale: #5A5A5A. Windows color (decimal): -15110996 or 11299865. OLE color: 11299865.

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

Color convert

RGB 25 108 172 -
CMYK 0.85 0.37 0 0.33
HSL 206.12º 0.75% 0.39% -
HSV(B) 206.12º 0.85% 0.67% -
XYZ 13.21 13.91 41.02 -
YUV 90.48 174 81.3 -
System Red Green Blue C M Y K H S L
Decimal 25 108 172 0.85 0.37 0 0.33 206.12 0.75 0.39
Hex 19 6C AC 55 25 0 21 CE 4B 27
Octal 31 154 254 125 45 0 41 316 113 47
Binary 11001 1101100 10101100 1010101 100101 0 100001 11001110 1001011 100111

Color Harmonies of #196CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196CAC

Black with #196CAC

Text Example


Text Example

White with #196CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,108,172); }

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

background-color css

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

 a { background-color: rgb(25,108,172); }

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

border-color css

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

 span { border-color: rgb(25,108,172); }

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