Html Css Color HEX #196BBB Denim

📋 copy color: '#196BBB'

red 25 ◦ green 107 ◦ blue 187

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

Shades of Denim #196BBB

Tints of Denim #196BBB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 7.84%
G = 33.54%
B = 58.62%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#196BBB (or 0x196BBB) is known color: Denim. HEX triplet: 19, 6B and BB. RGB value is (25,107,187). Sum of RGB (Red+Green+Blue) = 25+107+187=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #196BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196BBB is #E69444. Grayscale: #5B5B5B. Windows color (decimal): -15111237 or 12282649. OLE color: 12282649.

HSL color Cylindrical-coordinate representation of color #196BBB: hue angle of 209.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196BBB is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 107 187 -
CMYK 0.87 0.43 0 0.27
HSL 209.63º 0.76% 0.42% -
HSV(B) 209.63º 0.87% 0.73% -
XYZ 14.63 14.31 49 -
YUV 91.6 181.83 80.5 -
System Red Green Blue C M Y K H S L
Decimal 25 107 187 0.87 0.43 0 0.27 209.63 0.76 0.42
Hex 19 6B BB 57 2B 0 1B D2 4C 2A
Octal 31 153 273 127 53 0 33 322 114 52
Binary 11001 1101011 10111011 1010111 101011 0 11011 11010010 1001100 101010

Color Harmonies of #196BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196BBB

Black with #196BBB

Text Example


Text Example

White with #196BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,107,187); }

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

background-color css

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

 a { background-color: rgb(25,107,187); }

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

border-color css

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

 span { border-color: rgb(25,107,187); }

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