#0480C6

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

Shades of Navy Blue #0480C6

Tints of Navy Blue #0480C6

Color information

#0480C6 (or 0x0480C6) is unknown color: approx Navy Blue. HEX triplet: 04, 80 and C6. RGB value is (4,128,198). Sum of RGB (Red+Green+Blue) = 4+128+198=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #0480C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0480C6 is #FB7F39. Grayscale: #626262. Windows color (decimal): -16482106 or 13008900. OLE color: 13008900.

HSL color Cylindrical-coordinate representation of color #0480C6: hue angle of 201.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480C6 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4128198-
CMYK0.980.3500.22
HSL201.65º96.04%39.61%-
HSV(B)201.65º97.98%77.65%-
XYZ17.9619.5456.25-
YUV98.9183.9260.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.21%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 198 (77.73% from 255) = 60%
R=1.21%
G=38.79%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41281980.980.3500.22201.6596.0439.61
Hex480C66223016ca6028
Octal42003061424302631214050
Binary10010000000110001101100010100011010110110010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0480C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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