#005EFF

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

Shades of Navy Blue #005EFF

Tints of Navy Blue #005EFF

Color information

#005EFF (or 0x005EFF) is unknown color: approx Navy Blue. HEX triplet: 00, 5E and FF. RGB value is (0,94,255). Sum of RGB (Red+Green+Blue) = 0+94+255=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #005EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005EFF is #FFA100. Grayscale: #535353. Windows color (decimal): -16752897 or 16735744. OLE color: 16735744.

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

Color convert

RGB094255-
CMYK10.6300
HSL217.88º100%50%-
HSV(B)217.88º100%100%-
XYZ22.0515.2396.38-
YUV84.25224.3667.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 255 (100% from 255) = 73.07%
R=0%
G=26.93%
B=73.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal09425510.6300217.8810050
Hex05EFF643F00da6432
Octal0136377144770033214462
Binary0101111011111111110010011111100110110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005EFF; }

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

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

<style>
 a { background-color: #005EFF; }

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

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

<style>
 span { border-color: #005EFF; }

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

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