#030463

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

Shades of Navy #030463

Tints of Navy #030463

Color information

#030463 (or 0x030463) is unknown color: approx Navy. HEX triplet: 03, 04 and 63. RGB value is (3,4,99). Sum of RGB (Red+Green+Blue) = 3+4+99=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 99 (39.06% from 255 or 93.40% from 106); Max value from RGB is 99 - color contains mainly: blue. Hex color #030463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030463 is #FCFB9C. Grayscale: #0E0E0E. Windows color (decimal): -16579485 or 6489091. OLE color: 6489091.

HSL color Cylindrical-coordinate representation of color #030463: hue angle of 239.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030463 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3499-
CMYK0.970.9600.61
HSL239.38º94.12%20%-
HSV(B)239.38º96.97%38.82%-
XYZ2.331.0111.88-
YUV14.53175.67119.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.83%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 99 (39.06% from 255) = 93.40%
R=2.83%
G=3.77%
B=93.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal34990.970.9600.61239.3894.1220
Hex3463616003Def5e14
Octal3414314114007535713624
Binary11100110001111000011100000011110111101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030463; }

 p { color: rgb(3,4,99); }

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

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

 a { background-color: rgb(3,4,99); }

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

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

 span { border-color: rgb(3,4,99); }

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