#0473BD

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

Shades of Navy Blue #0473BD

Tints of Navy Blue #0473BD

Color information

#0473BD (or 0x0473BD) is unknown color: approx Navy Blue. HEX triplet: 04, 73 and BD. RGB value is (4,115,189). Sum of RGB (Red+Green+Blue) = 4+115+189=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #0473BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473BD is #FB8C42. Grayscale: #595959. Windows color (decimal): -16485443 or 12415748. OLE color: 12415748.

HSL color Cylindrical-coordinate representation of color #0473BD: hue angle of 204º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473BD is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4115189-
CMYK0.980.3900.26
HSL204º95.85%37.84%-
HSV(B)204º97.88%74.12%-
XYZ15.3715.9650.42-
YUV90.25183.7366.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=1.30%
G=37.34%
B=61.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41151890.980.3900.2620495.8537.84
Hex473BD622701Acc6026
Octal41632751424703231414046
Binary1001110011101111011100010100111011010110011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0473BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,115,189); }

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

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

 a { background-color: rgb(4,115,189); }

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

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

 span { border-color: rgb(4,115,189); }

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