#196FBA

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

Shades of Denim #196FBA

Tints of Denim #196FBA

Color information

#196FBA (or 0x196FBA) is unknown color: approx Denim. HEX triplet: 19, 6F and BA. RGB value is (25,111,186). Sum of RGB (Red+Green+Blue) = 25+111+186=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #196FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196FBA is #E69045. Grayscale: #5D5D5D. Windows color (decimal): -15110214 or 12218137. OLE color: 12218137.

HSL color Cylindrical-coordinate representation of color #196FBA: hue angle of 207.95º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #196FBA is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB25111186-
CMYK0.870.4000.27
HSL207.95º76.3%41.37%-
HSV(B)207.95º86.56%72.94%-
XYZ14.9515.1248.59-
YUV93.84180.0178.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.76%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=7.76%
G=34.47%
B=57.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251111860.870.4000.27207.9576.341.37
Hex196FBA572801Bd04c29
Octal311572721275003332011451
Binary110011101111101110101010111101000011011110100001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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