#0050FF

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

Shades of Navy Blue #0050FF

Tints of Navy Blue #0050FF

Color information

#0050FF (or 0x0050FF) is unknown color: approx Navy Blue. HEX triplet: 00, 50 and FF. RGB value is (0,80,255). Sum of RGB (Red+Green+Blue) = 0+80+255=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #0050FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0050FF is #FFAF00. Grayscale: #4B4B4B. Windows color (decimal): -16756481 or 16732160. OLE color: 16732160.

HSL color Cylindrical-coordinate representation of color #0050FF: hue angle of 221.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050FF is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB080255-
CMYK10.6900
HSL221.18º100%50%-
HSV(B)221.18º100%100%-
XYZ20.9212.9696.01-
YUV76.0322973.77-

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) = 23.88%
BLUE value IS 255 (100% from 255) = 76.12%
R=0%
G=23.88%
B=76.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal08025510.6900221.1810050
Hex050FF644500dd6432
Octal01203771441050033514462
Binary01010000111111111100100100010100110111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0050FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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