#0072BB

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

Shades of Navy Blue #0072BB

Tints of Navy Blue #0072BB

Color information

#0072BB (or 0x0072BB) is unknown color: approx Navy Blue. HEX triplet: 00, 72 and BB. RGB value is (0,114,187). Sum of RGB (Red+Green+Blue) = 0+114+187=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #0072BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BB is #FF8D44. Grayscale: #575757. Windows color (decimal): -16747845 or 12284416. OLE color: 12284416.

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

Color convert

RGB0114187-
CMYK10.3900.27
HSL203.42º100%36.67%-
HSV(B)203.42º100%73.33%-
XYZ14.9915.6249.24-
YUV88.24183.7365.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 187 (73.44% from 255) = 62.13%
R=0%
G=37.87%
B=62.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal011418710.3900.27203.4210036.67
Hex072BB642701Bcb6425
Octal01622731444703331314445
Binary01110010101110111100100100111011011110010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0072BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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