Html Css Color HEX #196ABE Denim

📋 copy color: '#196ABE'

red 25 ◦ green 106 ◦ blue 190

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

Shades of Denim #196ABE

Tints of Denim #196ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 7.79%
G = 33.02%
B = 59.19%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#196ABE (or 0x196ABE) is known color: Denim. HEX triplet: 19, 6A and BE. RGB value is (25,106,190). Sum of RGB (Red+Green+Blue) = 25+106+190=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #196ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ABE is #E69541. Grayscale: #5A5A5A. Windows color (decimal): -15111490 or 12479001. OLE color: 12479001.

HSL color Cylindrical-coordinate representation of color #196ABE: hue angle of 210.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196ABE is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 106 190 -
CMYK 0.87 0.44 0 0.25
HSL 210.55º 0.77% 0.42% -
HSV(B) 210.55º 0.87% 0.75% -
XYZ 14.85 14.23 50.68 -
YUV 91.36 183.66 80.67 -
System Red Green Blue C M Y K H S L
Decimal 25 106 190 0.87 0.44 0 0.25 210.55 0.77 0.42
Hex 19 6A BE 57 2C 0 19 D3 4D 2A
Octal 31 152 276 127 54 0 31 323 115 52
Binary 11001 1101010 10111110 1010111 101100 0 11001 11010011 1001101 101010

Color Harmonies of #196ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ABE

Black with #196ABE

Text Example


Text Example

White with #196ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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