#0071BA

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

Shades of Navy Blue #0071BA

Tints of Navy Blue #0071BA

Color information

#0071BA (or 0x0071BA) is unknown color: approx Navy Blue. HEX triplet: 00, 71 and BA. RGB value is (0,113,186). Sum of RGB (Red+Green+Blue) = 0+113+186=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #0071BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071BA is #FF8E45. Grayscale: #575757. Windows color (decimal): -16748102 or 12218624. OLE color: 12218624.

HSL color Cylindrical-coordinate representation of color #0071BA: hue angle of 203.55º 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 #0071BA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0113186-
CMYK10.3900.27
HSL203.55º100%36.47%-
HSV(B)203.55º100%72.94%-
XYZ14.7715.3648.64-
YUV87.54183.5665.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=0%
G=37.79%
B=62.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal011318610.3900.27203.5510036.47
Hex071BA642701Bcc6424
Octal01612721444703331414444
Binary01110001101110101100100100111011011110011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0071BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0071BA; }

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

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

<style>
 a { background-color: #0071BA; }

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

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

<style>
 span { border-color: #0071BA; }

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

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