#005FBF

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

Shades of Navy Blue #005FBF

Tints of Navy Blue #005FBF

Color information

#005FBF (or 0x005FBF) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and BF. RGB value is (0,95,191). Sum of RGB (Red+Green+Blue) = 0+95+191=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 191 (75% from 255 or 66.78% from 286); Max value from RGB is 191 - color contains mainly: blue. Hex color #005FBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FBF is #FFA040. Grayscale: #4D4D4D. Windows color (decimal): -16752705 or 12541696. OLE color: 12541696.

HSL color Cylindrical-coordinate representation of color #005FBF: hue angle of 210.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FBF is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB095191-
CMYK10.5000.25
HSL210.16º100%37.45%-
HSV(B)210.16º100%74.9%-
XYZ13.511.9550.88-
YUV77.54192.0372.69-

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) = 33.22%
BLUE value IS 191 (75% from 255) = 66.78%
R=0%
G=33.22%
B=66.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal09519110.5000.25210.1610037.45
Hex05FBF6432019d26425
Octal01372771446203132214445
Binary01011111101111111100100110010011001110100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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