Html Css Color HEX #196DBB Denim

📋 copy color: '#196DBB'

red 25 ◦ green 109 ◦ blue 187

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

Shades of Denim #196DBB

Tints of Denim #196DBB

RGB

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

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

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

R = 7.79%
G = 33.96%
B = 58.26%

CMYK

 C value IS 0.87

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#196DBB (or 0x196DBB) is known color: Denim. HEX triplet: 19, 6D and BB. RGB value is (25,109,187). Sum of RGB (Red+Green+Blue) = 25+109+187=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #196DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DBB is #E69244. Grayscale: #5C5C5C. Windows color (decimal): -15110725 or 12283161. OLE color: 12283161.

HSL color Cylindrical-coordinate representation of color #196DBB: hue angle of 208.89º 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 #196DBB is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 109 187 -
CMYK 0.87 0.42 0 0.27
HSL 208.89º 0.76% 0.42% -
HSV(B) 208.89º 0.87% 0.73% -
XYZ 14.84 14.73 49.08 -
YUV 92.78 181.17 79.66 -
System Red Green Blue C M Y K H S L
Decimal 25 109 187 0.87 0.42 0 0.27 208.89 0.76 0.42
Hex 19 6D BB 57 2A 0 1B D1 4C 2A
Octal 31 155 273 127 52 0 33 321 114 52
Binary 11001 1101101 10111011 1010111 101010 0 11011 11010001 1001100 101010

Color Harmonies of #196DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DBB

Black with #196DBB

Text Example


Text Example

White with #196DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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