Html Css Color HEX #196AD4 Denim

📋 copy color: '#196AD4'

red 25 ◦ green 106 ◦ blue 212

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

Shades of Denim #196AD4

Tints of Denim #196AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 61.81%

R = 7.29%
G = 30.9%
B = 61.81%

CMYK

 C value IS 0.88

 M value IS 0.5

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#196AD4 (or 0x196AD4) is known color: Denim. HEX triplet: 19, 6A and D4. RGB value is (25,106,212). Sum of RGB (Red+Green+Blue) = 25+106+212=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 212 (83.20% from 255 or 61.81% from 343); Max value from RGB is 212 - color contains mainly: blue. Hex color #196AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196AD4 is #E6952B. Grayscale: #5D5D5D. Windows color (decimal): -15111468 or 13920793. OLE color: 13920793.

HSL color Cylindrical-coordinate representation of color #196AD4: hue angle of 214.01º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196AD4 is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 25 106 212 -
CMYK 0.88 0.5 0 0.17
HSL 214.01º 0.79% 0.46% -
HSV(B) 214.01º 0.88% 0.83% -
XYZ 17.44 15.27 64.32 -
YUV 93.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 25 106 212 0.88 0.5 0 0.17 214.01 0.79 0.46
Hex 19 6A D4 58 32 0 11 D6 4F 2E
Octal 31 152 324 130 62 0 21 326 117 56
Binary 11001 1101010 11010100 1011000 110010 0 10001 11010110 1001111 101110

Color Harmonies of #196AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196AD4

Black with #196AD4

Text Example


Text Example

White with #196AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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