Html Css Color HEX #196FB2 Denim

📋 copy color: '#196FB2'

red 25 ◦ green 111 ◦ blue 178

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

Shades of Denim #196FB2

Tints of Denim #196FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 7.96%
G = 35.35%
B = 56.69%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#196FB2 (or 0x196FB2) is known color: Denim. HEX triplet: 19, 6F and B2. RGB value is (25,111,178). Sum of RGB (Red+Green+Blue) = 25+111+178=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #196FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196FB2 is #E6904D. Grayscale: #5C5C5C. Windows color (decimal): -15110222 or 11693849. OLE color: 11693849.

HSL color Cylindrical-coordinate representation of color #196FB2: hue angle of 206.27º 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 #196FB2 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 25 111 178 -
CMYK 0.86 0.38 0 0.30
HSL 206.27º 0.75% 0.4% -
HSV(B) 206.27º 0.86% 0.7% -
XYZ 14.12 14.79 44.23 -
YUV 92.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 25 111 178 0.86 0.38 0 0.30 206.27 0.75 0.4
Hex 19 6F B2 56 26 0 1E CE 4B 28
Octal 31 157 262 126 46 0 36 316 113 50
Binary 11001 1101111 10110010 1010110 100110 0 11110 11001110 1001011 101000

Color Harmonies of #196FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FB2

Black with #196FB2

Text Example


Text Example

White with #196FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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