#196ECE

Color #196ECE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #196ECE

Tints of Denim #196ECE

Color information

#196ECE (or 0x196ECE) is unknown color: approx Denim. HEX triplet: 19, 6E and CE. RGB value is (25,110,206). Sum of RGB (Red+Green+Blue) = 25+110+206=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #196ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ECE is #E69131. Grayscale: #5F5F5F. Windows color (decimal): -15110450 or 13528601. OLE color: 13528601.

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

Color convert

RGB25110206-
CMYK0.880.4700.19
HSL211.82º78.35%45.29%-
HSV(B)211.82º87.86%80.78%-
XYZ17.1215.8160.54-
YUV95.53190.3477.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.33%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 206 (80.86% from 255) = 60.41%
R=7.33%
G=32.26%
B=60.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251102060.880.4700.19211.8278.3545.29
Hex196ECE582F013d44e2d
Octal311563161305702332411655
Binary110011101110110011101011000101111010011110101001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #196ECE;
 }
 .AnyTagClassName
 {
   color: #196ECE;
 }
</style>
background-color css

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

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

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

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

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

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