Html Css Color HEX #196EAC Denim

📋 copy color: '#196EAC'

red 25 ◦ green 110 ◦ blue 172

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

Shades of Denim #196EAC

Tints of Denim #196EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.83%

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

R = 8.14%
G = 35.83%
B = 56.03%

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

#196EAC (or 0x196EAC) is known color: Denim. HEX triplet: 19, 6E and AC. RGB value is (25,110,172). Sum of RGB (Red+Green+Blue) = 25+110+172=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #196EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196EAC is #E69153. Grayscale: #5B5B5B. Windows color (decimal): -15110484 or 11300377. OLE color: 11300377.

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

Color convert

RGB 25 110 172 -
CMYK 0.85 0.36 0 0.33
HSL 205.31º 0.75% 0.39% -
HSV(B) 205.31º 0.85% 0.67% -
XYZ 13.42 14.34 41.09 -
YUV 91.65 173.34 80.46 -
System Red Green Blue C M Y K H S L
Decimal 25 110 172 0.85 0.36 0 0.33 205.31 0.75 0.39
Hex 19 6E AC 55 24 0 21 CD 4B 27
Octal 31 156 254 125 44 0 41 315 113 47
Binary 11001 1101110 10101100 1010101 100100 0 100001 11001101 1001011 100111

Color Harmonies of #196EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EAC

Black with #196EAC

Text Example


Text Example

White with #196EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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