#030560

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

Shades of Navy #030560

Tints of Navy #030560

Color information

#030560 (or 0x030560) is unknown color: approx Navy. HEX triplet: 03, 05 and 60. RGB value is (3,5,96). Sum of RGB (Red+Green+Blue) = 3+5+96=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #030560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030560 is #FCFA9F. Grayscale: #0E0E0E. Windows color (decimal): -16579232 or 6292739. OLE color: 6292739.

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

Color convert

RGB3596-
CMYK0.970.9500.62
HSL238.71º93.94%19.41%-
HSV(B)238.71º96.88%37.65%-
XYZ2.20.9711.14-
YUV14.78173.84119.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 96 (37.89% from 255) = 92.31%
R=2.88%
G=4.81%
B=92.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal35960.970.9500.62238.7193.9419.41
Hex3560615F03Eef5e13
Octal3514014113707635713623
Binary11101110000011000011011111011111011101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030560; }

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

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

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

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

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

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

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

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