Html Css Color HEX #196ACC Denim

📋 copy color: '#196ACC'

red 25 ◦ green 106 ◦ blue 204

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

Shades of Denim #196ACC

Tints of Denim #196ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.64%

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

R = 7.46%
G = 31.64%
B = 60.9%

CMYK

 C value IS 0.88

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#196ACC (or 0x196ACC) is known color: Denim. HEX triplet: 19, 6A and CC. RGB value is (25,106,204). Sum of RGB (Red+Green+Blue) = 25+106+204=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #196ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ACC is #E69533. Grayscale: #5C5C5C. Windows color (decimal): -15111476 or 13396505. OLE color: 13396505.

HSL color Cylindrical-coordinate representation of color #196ACC: hue angle of 212.85º 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 #196ACC is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 106 204 -
CMYK 0.88 0.48 0 0.2
HSL 212.85º 0.78% 0.45% -
HSV(B) 212.85º 0.88% 0.8% -
XYZ 16.45 14.87 59.13 -
YUV 92.95 190.66 79.53 -
System Red Green Blue C M Y K H S L
Decimal 25 106 204 0.88 0.48 0 0.2 212.85 0.78 0.45
Hex 19 6A CC 58 30 0 14 D5 4E 2D
Octal 31 152 314 130 60 0 24 325 116 55
Binary 11001 1101010 11001100 1011000 110000 0 10100 11010101 1001110 101101

Color Harmonies of #196ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196ACC

Black with #196ACC

Text Example


Text Example

White with #196ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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