Html Css Color HEX #196DBF Denim

📋 copy color: '#196DBF'

red 25 ◦ green 109 ◦ blue 191

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

Shades of Denim #196DBF

Tints of Denim #196DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.77%

R = 7.69%
G = 33.54%
B = 58.77%

CMYK

 C value IS 0.87

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#196DBF (or 0x196DBF) is known color: Denim. HEX triplet: 19, 6D and BF. RGB value is (25,109,191). Sum of RGB (Red+Green+Blue) = 25+109+191=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #196DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DBF is #E69240. Grayscale: #5C5C5C. Windows color (decimal): -15110721 or 12545305. OLE color: 12545305.

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

Color convert

RGB 25 109 191 -
CMYK 0.87 0.43 0 0.25
HSL 209.64º 0.77% 0.42% -
HSV(B) 209.64º 0.87% 0.75% -
XYZ 15.27 14.91 51.36 -
YUV 93.23 183.17 79.33 -
System Red Green Blue C M Y K H S L
Decimal 25 109 191 0.87 0.43 0 0.25 209.64 0.77 0.42
Hex 19 6D BF 57 2B 0 19 D2 4D 2A
Octal 31 155 277 127 53 0 31 322 115 52
Binary 11001 1101101 10111111 1010111 101011 0 11001 11010010 1001101 101010

Color Harmonies of #196DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DBF

Black with #196DBF

Text Example


Text Example

White with #196DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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