#030464

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

Shades of Navy #030464

Tints of Navy #030464

Color information

#030464 (or 0x030464) is unknown color: approx Navy. HEX triplet: 03, 04 and 64. RGB value is (3,4,100). Sum of RGB (Red+Green+Blue) = 3+4+100=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 100 (39.45% from 255 or 93.46% from 107); Max value from RGB is 100 - color contains mainly: blue. Hex color #030464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030464 is #FCFB9B. Grayscale: #0E0E0E. Windows color (decimal): -16579484 or 6554627. OLE color: 6554627.

HSL color Cylindrical-coordinate representation of color #030464: 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 #030464 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB34100-
CMYK0.970.9600.61
HSL239.38º94.17%20.2%-
HSV(B)239.38º97%39.22%-
XYZ2.381.0312.13-
YUV14.64176.17119.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 100 (39.45% from 255) = 93.46%
R=2.80%
G=3.74%
B=93.46%

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
Decimal341000.970.9600.61239.3894.1720.2
Hex3464616003Def5e14
Octal3414414114007535713624
Binary11100110010011000011100000011110111101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030464; }

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

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

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

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

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

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

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

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