Html Css Color HEX #196DC0 Denim

📋 copy color: '#196DC0'

red 25 ◦ green 109 ◦ blue 192

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

Shades of Denim #196DC0

Tints of Denim #196DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 7.67%
G = 33.44%
B = 58.9%

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

#196DC0 (or 0x196DC0) is known color: Denim. HEX triplet: 19, 6D and C0. RGB value is (25,109,192). Sum of RGB (Red+Green+Blue) = 25+109+192=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #196DC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196DC0 is #E6923F. Grayscale: #5C5C5C. Windows color (decimal): -15110720 or 12610841. OLE color: 12610841.

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

Color convert

RGB 25 109 192 -
CMYK 0.87 0.43 0 0.25
HSL 209.82º 0.77% 0.43% -
HSV(B) 209.82º 0.87% 0.75% -
XYZ 15.38 14.95 51.94 -
YUV 93.35 183.67 79.25 -
System Red Green Blue C M Y K H S L
Decimal 25 109 192 0.87 0.43 0 0.25 209.82 0.77 0.43
Hex 19 6D C0 57 2B 0 19 D2 4D 2B
Octal 31 155 300 127 53 0 31 322 115 53
Binary 11001 1101101 11000000 1010111 101011 0 11001 11010010 1001101 101011

Color Harmonies of #196DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DC0

Black with #196DC0

Text Example


Text Example

White with #196DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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