Html Css Color HEX #196EBC Denim

📋 copy color: '#196EBC'

red 25 ◦ green 110 ◦ blue 188

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

Shades of Denim #196EBC

Tints of Denim #196EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 7.74%
G = 34.06%
B = 58.2%

CMYK

 C value IS 0.87

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#196EBC (or 0x196EBC) is known color: Denim. HEX triplet: 19, 6E and BC. RGB value is (25,110,188). Sum of RGB (Red+Green+Blue) = 25+110+188=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #196EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196EBC is #E69143. Grayscale: #5D5D5D. Windows color (decimal): -15110468 or 12348953. OLE color: 12348953.

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

Color convert

RGB 25 110 188 -
CMYK 0.87 0.41 0 0.26
HSL 208.71º 0.77% 0.42% -
HSV(B) 208.71º 0.87% 0.74% -
XYZ 15.05 14.99 49.68 -
YUV 93.48 181.34 79.16 -
System Red Green Blue C M Y K H S L
Decimal 25 110 188 0.87 0.41 0 0.26 208.71 0.77 0.42
Hex 19 6E BC 57 29 0 1A D1 4D 2A
Octal 31 156 274 127 51 0 32 321 115 52
Binary 11001 1101110 10111100 1010111 101001 0 11010 11010001 1001101 101010

Color Harmonies of #196EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196EBC

Black with #196EBC

Text Example


Text Example

White with #196EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,110,188); }

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

background-color css

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

 a { background-color: rgb(25,110,188); }

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

border-color css

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

 span { border-color: rgb(25,110,188); }

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