#03005E

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

Shades of Navy #03005E

Tints of Navy #03005E

Color information

#03005E (or 0x03005E) is unknown color: approx Navy. HEX triplet: 03, 00 and 5E. RGB value is (3,0,94). Sum of RGB (Red+Green+Blue) = 3+0+94=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 94 (37.11% from 255 or 96.91% from 97); Max value from RGB is 94 - color contains mainly: blue. Hex color #03005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03005E is #FCFFA1. Grayscale: #0B0B0B. Windows color (decimal): -16580514 or 6160387. OLE color: 6160387.

HSL color Cylindrical-coordinate representation of color #03005E: hue angle of 241.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03005E is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB3094-
CMYK0.97100.63
HSL241.91º100%18.43%-
HSV(B)241.91º100%36.86%-
XYZ2.060.8310.64-
YUV11.61174.49121.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 96.91%
R=3.09%
G=0%
B=96.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal30940.97100.63241.9110018.43
Hex305E616403Ff26412
Octal3013614114407736214422
Binary110101111011000011100100011111111110010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03005E; }

 p { color: rgb(3,0,94); }

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

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

 a { background-color: rgb(3,0,94); }

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

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

 span { border-color: rgb(3,0,94); }

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