#0040FF

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

Shades of Navy Blue #0040FF

Tints of Navy Blue #0040FF

Color information

#0040FF (or 0x0040FF) is unknown color: approx Navy Blue. HEX triplet: 00, 40 and FF. RGB value is (0,64,255). Sum of RGB (Red+Green+Blue) = 0+64+255=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #0040FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0040FF is #FFBF00. Grayscale: #414141. Windows color (decimal): -16760577 or 16728064. OLE color: 16728064.

HSL color Cylindrical-coordinate representation of color #0040FF: hue angle of 224.94º 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 #0040FF is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB064255-
CMYK10.7500
HSL224.94º100%50%-
HSV(B)224.94º100%100%-
XYZ19.8810.8995.66-
YUV66.64234.380.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 255 (100% from 255) = 79.94%
R=0%
G=20.06%
B=79.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal06425510.7500224.9410050
Hex040FF644B00e16432
Octal01003771441130034114462
Binary01000000111111111100100100101100111000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0040FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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