#030484

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

Shades of Navy #030484

Tints of Navy #030484

Color information

#030484 (or 0x030484) is unknown color: approx Navy. HEX triplet: 03, 04 and 84. RGB value is (3,4,132). Sum of RGB (Red+Green+Blue) = 3+4+132=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 132 (51.95% from 255 or 94.96% from 139); Max value from RGB is 132 - color contains mainly: blue. Hex color #030484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030484 is #FCFB7B. Grayscale: #111111. Windows color (decimal): -16579452 or 8651779. OLE color: 8651779.

HSL color Cylindrical-coordinate representation of color #030484: hue angle of 239.53º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030484 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB34132-
CMYK0.980.9700.48
HSL239.53º95.56%26.47%-
HSV(B)239.53º97.73%51.76%-
XYZ4.251.7721.95-
YUV18.29192.17117.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 132 (51.95% from 255) = 94.96%
R=2.16%
G=2.88%
B=94.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal341320.980.9700.48239.5395.5626.47
Hex34846261030f0601a
Octal3420414214106036014032
Binary111001000010011000101100001011000011110000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030484; }

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

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

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

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

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

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

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

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