#196ADC

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

Shades of Navy Blue #196ADC

Tints of Navy Blue #196ADC

Color information

#196ADC (or 0x196ADC) is unknown color: approx Navy Blue. HEX triplet: 19, 6A and DC. RGB value is (25,106,220). Sum of RGB (Red+Green+Blue) = 25+106+220=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #196ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196ADC is #E69523. Grayscale: #5E5E5E. Windows color (decimal): -15111460 or 14445081. OLE color: 14445081.

HSL color Cylindrical-coordinate representation of color #196ADC: hue angle of 215.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #196ADC is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25106220-
CMYK0.890.5200.14
HSL215.08º79.59%48.04%-
HSV(B)215.08º88.64%86.27%-
XYZ18.4715.6869.76-
YUV94.78198.6678.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.12%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 220 (86.33% from 255) = 62.68%
R=7.12%
G=30.20%
B=62.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251062200.890.5200.14215.0879.5948.04
Hex196ADC59340Ed75030
Octal311523341316401632712060
Binary11001110101011011100101100111010001110110101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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