Html Css Color HEX #196DB5 Denim

📋 copy color: '#196DB5'

red 25 ◦ green 109 ◦ blue 181

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

Shades of Denim #196DB5

Tints of Denim #196DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.46%

R = 7.94%
G = 34.6%
B = 57.46%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#196DB5 (or 0x196DB5) is known color: Denim. HEX triplet: 19, 6D and B5. RGB value is (25,109,181). Sum of RGB (Red+Green+Blue) = 25+109+181=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #196DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DB5 is #E6924A. Grayscale: #5B5B5B. Windows color (decimal): -15110731 or 11889945. OLE color: 11889945.

HSL color Cylindrical-coordinate representation of color #196DB5: hue angle of 207.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DB5 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 109 181 -
CMYK 0.86 0.40 0 0.29
HSL 207.69º 0.76% 0.4% -
HSV(B) 207.69º 0.86% 0.71% -
XYZ 14.21 14.48 45.76 -
YUV 92.09 178.17 80.15 -
System Red Green Blue C M Y K H S L
Decimal 25 109 181 0.86 0.40 0 0.29 207.69 0.76 0.4
Hex 19 6D B5 56 28 0 1D D0 4C 28
Octal 31 155 265 126 50 0 35 320 114 50
Binary 11001 1101101 10110101 1010110 101000 0 11101 11010000 1001100 101000

Color Harmonies of #196DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DB5

Black with #196DB5

Text Example


Text Example

White with #196DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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