#0473CE

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

Shades of Navy Blue #0473CE

Tints of Navy Blue #0473CE

Color information

#0473CE (or 0x0473CE) is unknown color: approx Navy Blue. HEX triplet: 04, 73 and CE. RGB value is (4,115,206). Sum of RGB (Red+Green+Blue) = 4+115+206=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #0473CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0473CE is #FB8C31. Grayscale: #5B5B5B. Windows color (decimal): -16485426 or 13529860. OLE color: 13529860.

HSL color Cylindrical-coordinate representation of color #0473CE: hue angle of 207.03º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0473CE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4115206-
CMYK0.980.4400.19
HSL207.03º96.19%41.18%-
HSV(B)207.03º98.06%80.78%-
XYZ17.3216.7460.71-
YUV92.18192.2365.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 206 (80.86% from 255) = 63.38%
R=1.23%
G=35.38%
B=63.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal41152060.980.4400.19207.0396.1941.18
Hex473CE622C013cf6029
Octal41633161425402331714051
Binary1001110011110011101100010101100010011110011111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0473CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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