#0071BD

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

Shades of Navy Blue #0071BD

Tints of Navy Blue #0071BD

Color information

#0071BD (or 0x0071BD) is unknown color: approx Navy Blue. HEX triplet: 00, 71 and BD. RGB value is (0,113,189). Sum of RGB (Red+Green+Blue) = 0+113+189=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #0071BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0071BD is #FF8E42. Grayscale: #575757. Windows color (decimal): -16748099 or 12415232. OLE color: 12415232.

HSL color Cylindrical-coordinate representation of color #0071BD: hue angle of 204.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0071BD is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0113189-
CMYK10.4000.26
HSL204.13º100%37.06%-
HSV(B)204.13º100%74.12%-
XYZ15.0915.4850.34-
YUV87.88185.0665.32-

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.42%
BLUE value IS 189 (74.22% from 255) = 62.58%
R=0%
G=37.42%
B=62.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal011318910.4000.26204.1310037.06
Hex071BD642801Acc6425
Octal01612751445003231414445
Binary01110001101111011100100101000011010110011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0071BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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