#0073BB

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

Shades of Navy Blue #0073BB

Tints of Navy Blue #0073BB

Color information

#0073BB (or 0x0073BB) is unknown color: approx Navy Blue. HEX triplet: 00, 73 and BB. RGB value is (0,115,187). Sum of RGB (Red+Green+Blue) = 0+115+187=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #0073BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073BB is #FF8C44. Grayscale: #585858. Windows color (decimal): -16747589 or 12284672. OLE color: 12284672.

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

Color convert

RGB0115187-
CMYK10.3900.27
HSL203.1º100%36.67%-
HSV(B)203.1º100%73.33%-
XYZ15.115.8549.28-
YUV88.82183.464.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=0%
G=38.08%
B=61.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal011518710.3900.27203.110036.67
Hex073BB642701Bcb6425
Octal01632731444703331314445
Binary01110011101110111100100100111011011110010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0073BB; }

 p { color: rgb(0,115,187); }

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

<style>
 a { background-color: #0073BB; }

 a { background-color: rgb(0,115,187); }

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

<style>
 span { border-color: #0073BB; }

 span { border-color: rgb(0,115,187); }

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