#196CDC

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

Shades of Navy Blue #196CDC

Tints of Navy Blue #196CDC

Color information

#196CDC (or 0x196CDC) is unknown color: approx Navy Blue. HEX triplet: 19, 6C and DC. RGB value is (25,108,220). Sum of RGB (Red+Green+Blue) = 25+108+220=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #196CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #196CDC is #E69323. Grayscale: #5F5F5F. Windows color (decimal): -15110948 or 14445593. OLE color: 14445593.

HSL color Cylindrical-coordinate representation of color #196CDC: hue angle of 214.46º 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 #196CDC is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB25108220-
CMYK0.890.5100.14
HSL214.46º79.59%48.04%-
HSV(B)214.46º88.64%86.27%-
XYZ18.6816.169.83-
YUV95.9519877.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.08%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 62.32%
R=7.08%
G=30.59%
B=62.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal251082200.890.5100.14214.4679.5948.04
Hex196CDC59330Ed65030
Octal311543341316301632612060
Binary11001110110011011100101100111001101110110101101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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