#030259

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

Shades of Navy #030259

Tints of Navy #030259

Color information

#030259 (or 0x030259) is unknown color: approx Navy. HEX triplet: 03, 02 and 59. RGB value is (3,2,89). Sum of RGB (Red+Green+Blue) = 3+2+89=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #030259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030259 is #FCFDA6. Grayscale: #0B0B0B. Windows color (decimal): -16580007 or 5833219. OLE color: 5833219.

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

Color convert

RGB3289-
CMYK0.970.9800.65
HSL240.69º95.6%17.84%-
HSV(B)240.69º97.75%34.9%-
XYZ1.860.789.5-
YUV12.22171.33121.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 89 (35.16% from 255) = 94.68%
R=3.19%
G=2.13%
B=94.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal32890.970.9800.65240.6995.617.84
Hex32596162041f16012
Octal32131141142010136114022
Binary11101011001110000111000100100000111110001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030259; }

 p { color: rgb(3,2,89); }

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

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

 a { background-color: rgb(3,2,89); }

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

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

 span { border-color: rgb(3,2,89); }

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