#0050DC

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

Shades of Navy Blue #0050DC

Tints of Navy Blue #0050DC

Color information

#0050DC (or 0x0050DC) is unknown color: approx Navy Blue. HEX triplet: 00, 50 and DC. RGB value is (0,80,220). Sum of RGB (Red+Green+Blue) = 0+80+220=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #0050DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0050DC is #FFAF23. Grayscale: #474747. Windows color (decimal): -16756516 or 14438400. OLE color: 14438400.

HSL color Cylindrical-coordinate representation of color #0050DC: hue angle of 218.18º 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 #0050DC is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB080220-
CMYK10.6400.14
HSL218.18º100%43.14%-
HSV(B)218.18º100%86.27%-
XYZ15.7910.968.98-
YUV72.04211.576.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 220 (86.33% from 255) = 73.33%
R=0%
G=26.67%
B=73.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal08022010.6400.14218.1810043.14
Hex050DC64400Eda642b
Octal012033414410001633214453
Binary01010000110111001100100100000001110110110101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0050DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0050DC; }

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

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

<style>
 a { background-color: #0050DC; }

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

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

<style>
 span { border-color: #0050DC; }

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

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