#030461

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

Shades of Navy #030461

Tints of Navy #030461

Color information

#030461 (or 0x030461) is unknown color: approx Navy. HEX triplet: 03, 04 and 61. RGB value is (3,4,97). Sum of RGB (Red+Green+Blue) = 3+4+97=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 97 (38.28% from 255 or 93.27% from 104); Max value from RGB is 97 - color contains mainly: blue. Hex color #030461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030461 is #FCFB9E. Grayscale: #0D0D0D. Windows color (decimal): -16579487 or 6358019. OLE color: 6358019.

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

Color convert

RGB3497-
CMYK0.970.9600.62
HSL239.36º94%19.61%-
HSV(B)239.36º96.91%38.04%-
XYZ2.240.9711.38-
YUV14.3174.67119.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 97 (38.28% from 255) = 93.27%
R=2.88%
G=3.85%
B=93.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal34970.970.9600.62239.369419.61
Hex3461616003Eef5e14
Octal3414114114007635713624
Binary11100110000111000011100000011111011101111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030461; }

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

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

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

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

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

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

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

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