#196CBE

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

Shades of Denim #196CBE

Tints of Denim #196CBE

Color information

#196CBE (or 0x196CBE) is unknown color: approx Denim. HEX triplet: 19, 6C and BE. RGB value is (25,108,190). Sum of RGB (Red+Green+Blue) = 25+108+190=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #196CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CBE is #E69341. Grayscale: #5C5C5C. Windows color (decimal): -15110978 or 12479513. OLE color: 12479513.

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

Color convert

RGB25108190-
CMYK0.870.4300.25
HSL209.82º76.74%42.16%-
HSV(B)209.82º86.84%74.51%-
XYZ15.0614.6550.75-
YUV92.5318379.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=7.74%
G=33.44%
B=58.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251081900.870.4300.25209.8276.7442.16
Hex196CBE572B019d24d2a
Octal311542761275303132211552
Binary110011101100101111101010111101011011001110100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,108,190); }

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

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

 a { background-color: rgb(25,108,190); }

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

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

 span { border-color: rgb(25,108,190); }

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