Html Css Color HEX #196DB2 Denim

📋 copy color: '#196DB2'

red 25 ◦ green 109 ◦ blue 178

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

Shades of Denim #196DB2

Tints of Denim #196DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.94%

 BLUE value IS 178 (69.92% from 255) = 57.05%

R = 8.01%
G = 34.94%
B = 57.05%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#196DB2 (or 0x196DB2) is known color: Denim. HEX triplet: 19, 6D and B2. RGB value is (25,109,178). Sum of RGB (Red+Green+Blue) = 25+109+178=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #196DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DB2 is #E6924D. Grayscale: #5B5B5B. Windows color (decimal): -15110734 or 11693337. OLE color: 11693337.

HSL color Cylindrical-coordinate representation of color #196DB2: hue angle of 207.06º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB2 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 109 178 -
CMYK 0.86 0.39 0 0.30
HSL 207.06º 0.75% 0.4% -
HSV(B) 207.06º 0.86% 0.7% -
XYZ 13.91 14.36 44.16 -
YUV 91.75 176.67 80.39 -
System Red Green Blue C M Y K H S L
Decimal 25 109 178 0.86 0.39 0 0.30 207.06 0.75 0.4
Hex 19 6D B2 56 27 0 1E CF 4B 28
Octal 31 155 262 126 47 0 36 317 113 50
Binary 11001 1101101 10110010 1010110 100111 0 11110 11001111 1001011 101000

Color Harmonies of #196DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DB2

Black with #196DB2

Text Example


Text Example

White with #196DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,109,178); }

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

background-color css

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

 a { background-color: rgb(25,109,178); }

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

border-color css

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

 span { border-color: rgb(25,109,178); }

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