#0076BD

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

Shades of Navy Blue #0076BD

Tints of Navy Blue #0076BD

Color information

#0076BD (or 0x0076BD) is unknown color: approx Navy Blue. HEX triplet: 00, 76 and BD. RGB value is (0,118,189). Sum of RGB (Red+Green+Blue) = 0+118+189=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #0076BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0076BD is #FF8942. Grayscale: #5A5A5A. Windows color (decimal): -16746819 or 12416512. OLE color: 12416512.

HSL color Cylindrical-coordinate representation of color #0076BD: hue angle of 202.54º 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 #0076BD is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0118189-
CMYK10.3800.26
HSL202.54º100%37.06%-
HSV(B)202.54º100%74.12%-
XYZ15.6616.6350.53-
YUV90.81183.4163.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 189 (74.22% from 255) = 61.56%
R=0%
G=38.44%
B=61.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal011818910.3800.26202.5410037.06
Hex076BD642601Acb6425
Octal01662751444603231314445
Binary01110110101111011100100100110011010110010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0076BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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