#0480D9

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

Shades of Navy Blue #0480D9

Tints of Navy Blue #0480D9

Color information

#0480D9 (or 0x0480D9) is unknown color: approx Navy Blue. HEX triplet: 04, 80 and D9. RGB value is (4,128,217). Sum of RGB (Red+Green+Blue) = 4+128+217=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #0480D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0480D9 is #FB7F26. Grayscale: #646464. Windows color (decimal): -16482087 or 14254084. OLE color: 14254084.

HSL color Cylindrical-coordinate representation of color #0480D9: hue angle of 205.07º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480D9 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4128217-
CMYK0.980.4100.15
HSL205.07º96.38%43.33%-
HSV(B)205.07º98.16%85.1%-
XYZ20.2920.4768.53-
YUV101.07193.4258.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.15%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 217 (85.16% from 255) = 62.18%
R=1.15%
G=36.68%
B=62.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41282170.980.4100.15205.0796.3843.33
Hex480D962290Fcd602b
Octal42003311425101731514053
Binary1001000000011011001110001010100101111110011011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0480D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0480D9; }

 p { color: rgb(4,128,217); }

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

<style>
 a { background-color: #0480D9; }

 a { background-color: rgb(4,128,217); }

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

<style>
 span { border-color: #0480D9; }

 span { border-color: rgb(4,128,217); }

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