#030060

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

Shades of Navy #030060

Tints of Navy #030060

Color information

#030060 (or 0x030060) is unknown color: approx Navy. HEX triplet: 03, 00 and 60. RGB value is (3,0,96). Sum of RGB (Red+Green+Blue) = 3+0+96=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 96 (37.89% from 255 or 96.97% from 99); Max value from RGB is 96 - color contains mainly: blue. Hex color #030060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030060 is #FCFF9F. Grayscale: #0B0B0B. Windows color (decimal): -16580512 or 6291459. OLE color: 6291459.

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

Color convert

RGB3096-
CMYK0.97100.62
HSL241.88º100%18.82%-
HSV(B)241.88º100%37.65%-
XYZ2.150.8611.12-
YUV11.84175.49121.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 96.97%
R=3.03%
G=0%
B=96.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal30960.97100.62241.8810018.82
Hex3060616403Ef26413
Octal3014014114407636214423
Binary110110000011000011100100011111011110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030060; }

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

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

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

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

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

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

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

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