#005FE0

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

Shades of Navy Blue #005FE0

Tints of Navy Blue #005FE0

Color information

#005FE0 (or 0x005FE0) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and E0. RGB value is (0,95,224). Sum of RGB (Red+Green+Blue) = 0+95+224=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #005FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FE0 is #FFA01F. Grayscale: #505050. Windows color (decimal): -16752672 or 14704384. OLE color: 14704384.

HSL color Cylindrical-coordinate representation of color #005FE0: hue angle of 214.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FE0 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB095224-
CMYK10.5800.12
HSL214.55º100%43.92%-
HSV(B)214.55º100%87.84%-
XYZ17.5513.5772.21-
YUV81.3208.5370.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 224 (87.89% from 255) = 70.22%
R=0%
G=29.78%
B=70.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal09522410.5800.12214.5510043.92
Hex05FE0643A0Cd7642c
Octal01373401447201432714454
Binary0101111111100000110010011101001100110101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,95,224); }

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

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

 a { background-color: rgb(0,95,224); }

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

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

 span { border-color: rgb(0,95,224); }

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