#0046dc

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

Shades of Navy Blue #0046DC

Tints of Navy Blue #0046DC

Color information

#0046DC (or 0x0046DC) is unknown color: approx Navy Blue. HEX triplet: 00, 46 and DC. RGB value is (0,70,220). Sum of RGB (Red+Green+Blue) = 0+70+220=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 220 (86.33% from 255 or 75.86% from 290); Max value from RGB is 220 - color contains mainly: blue. Hex color #0046DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046DC is #FFB923. Grayscale: #414141. Windows color (decimal): -16759076 or 14435840. OLE color: 14435840.

HSL color Cylindrical-coordinate representation of color #0046DC: hue angle of 220.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046DC is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB070220-
CMYK10.6800.14
HSL220.91º100%43.14%-
HSV(B)220.91º100%86.27%-
XYZ15.119.5568.76-
YUV66.17214.8180.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 220 (86.33% from 255) = 75.86%
R=0%
G=24.14%
B=75.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal07022010.6800.14220.9110043.14
Hex046DC64440Edd642b
Octal010633414410401633514453
Binary01000110110111001100100100010001110110111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0046dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0046dc; }

 p { color: rgb(0,70,220); }

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

<style>
 a { background-color: #0046dc; }

 a { background-color: rgb(0,70,220); }

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

<style>
 span { border-color: #0046dc; }

 span { border-color: rgb(0,70,220); }

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