#005FBA

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

Shades of Navy Blue #005FBA

Tints of Navy Blue #005FBA

Color information

#005FBA (or 0x005FBA) is unknown color: approx Navy Blue. HEX triplet: 00, 5F and BA. RGB value is (0,95,186). Sum of RGB (Red+Green+Blue) = 0+95+186=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #005FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FBA is #FFA045. Grayscale: #4C4C4C. Windows color (decimal): -16752710 or 12214016. OLE color: 12214016.

HSL color Cylindrical-coordinate representation of color #005FBA: hue angle of 209.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FBA is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB095186-
CMYK10.4900.27
HSL209.35º100%36.47%-
HSV(B)209.35º100%72.94%-
XYZ12.9611.7348.04-
YUV76.97189.5373.1-

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.81%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=0%
G=33.81%
B=66.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal09518610.4900.27209.3510036.47
Hex05FBA643101Bd16424
Octal01372721446103332114444
Binary01011111101110101100100110001011011110100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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