#0470C0

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

Shades of Navy Blue #0470C0

Tints of Navy Blue #0470C0

Color information

#0470C0 (or 0x0470C0) is unknown color: approx Navy Blue. HEX triplet: 04, 70 and C0. RGB value is (4,112,192). Sum of RGB (Red+Green+Blue) = 4+112+192=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #0470C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0470C0 is #FB8F3F. Grayscale: #585858. Windows color (decimal): -16486208 or 12611588. OLE color: 12611588.

HSL color Cylindrical-coordinate representation of color #0470C0: hue angle of 205.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470C0 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4112192-
CMYK0.980.4200.25
HSL205.53º95.92%38.43%-
HSV(B)205.53º97.92%75.29%-
XYZ15.3615.4252.04-
YUV88.83186.2267.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 192 (75.39% from 255) = 62.34%
R=1.30%
G=36.36%
B=62.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41121920.980.4200.25205.5395.9238.43
Hex470C0622A019ce6026
Octal41603001425203131614046
Binary1001110000110000001100010101010011001110011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0470C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0470C0; }

 p { color: rgb(4,112,192); }

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

<style>
 a { background-color: #0470C0; }

 a { background-color: rgb(4,112,192); }

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

<style>
 span { border-color: #0470C0; }

 span { border-color: rgb(4,112,192); }

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