#0373BB

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

Shades of Navy Blue #0373BB

Tints of Navy Blue #0373BB

Color information

#0373BB (or 0x0373BB) is unknown color: approx Navy Blue. HEX triplet: 03, 73 and BB. RGB value is (3,115,187). Sum of RGB (Red+Green+Blue) = 3+115+187=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #0373BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0373BB is #FC8C44. Grayscale: #595959. Windows color (decimal): -16550981 or 12284675. OLE color: 12284675.

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

Color convert

RGB3115187-
CMYK0.980.3900.27
HSL203.48º96.84%37.25%-
HSV(B)203.48º98.4%73.33%-
XYZ15.1415.8749.28-
YUV89.72182.8966.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 187 (73.44% from 255) = 61.31%
R=0.98%
G=37.70%
B=61.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31151870.980.3900.27203.4896.8437.25
Hex373BB622701Bcb6125
Octal31632731424703331314145
Binary111110011101110111100010100111011011110010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0373BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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