Html Css Color HEX #196FCC Denim

📋 copy color: '#196FCC'

red 25 ◦ green 111 ◦ blue 204

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

Shades of Denim #196FCC

Tints of Denim #196FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.65%

 BLUE value IS 204 (80.08% from 255) = 60%

R = 7.35%
G = 32.65%
B = 60%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#196FCC (or 0x196FCC) is known color: Denim. HEX triplet: 19, 6F and CC. RGB value is (25,111,204). Sum of RGB (Red+Green+Blue) = 25+111+204=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #196FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FCC is #E69033. Grayscale: #5F5F5F. Windows color (decimal): -15110196 or 13397785. OLE color: 13397785.

HSL color Cylindrical-coordinate representation of color #196FCC: hue angle of 211.17º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #196FCC is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 111 204 -
CMYK 0.88 0.46 0 0.2
HSL 211.17º 0.78% 0.45% -
HSV(B) 211.17º 0.88% 0.8% -
XYZ 16.98 15.94 59.31 -
YUV 95.89 189.01 77.44 -
System Red Green Blue C M Y K H S L
Decimal 25 111 204 0.88 0.46 0 0.2 211.17 0.78 0.45
Hex 19 6F CC 58 2E 0 14 D3 4E 2D
Octal 31 157 314 130 56 0 24 323 116 55
Binary 11001 1101111 11001100 1011000 101110 0 10100 11010011 1001110 101101

Color Harmonies of #196FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FCC

Black with #196FCC

Text Example


Text Example

White with #196FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,111,204); }

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

background-color css

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

 a { background-color: rgb(25,111,204); }

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

border-color css

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

 span { border-color: rgb(25,111,204); }

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