#005ff7

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

Shades of Navy Blue #005FF7

Tints of Navy Blue #005FF7

Color information

#005FF7 (or 0x005FF7) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and F7. RGB value is (0,95,247). Sum of RGB (Red+Green+Blue) = 0+95+247=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #005FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005FF7 is #FFA008. Grayscale: #535353. Windows color (decimal): -16752649 or 16211712. OLE color: 16211712.

HSL color Cylindrical-coordinate representation of color #005FF7: hue angle of 216.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FF7 is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB095247-
CMYK10.6200.03
HSL216.92º100%48.43%-
HSV(B)216.92º100%96.86%-
XYZ20.8814.989.77-
YUV83.92220.0368.14-

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) = 27.78%
BLUE value IS 247 (96.88% from 255) = 72.22%
R=0%
G=27.78%
B=72.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal09524710.6200.03216.9210048.43
Hex05FF7643E03d96430
Octal0137367144760333114460
Binary01011111111101111100100111110011110110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005ff7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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