#030159

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

Shades of Navy #030159

Tints of Navy #030159

Color information

#030159 (or 0x030159) is unknown color: approx Navy. HEX triplet: 03, 01 and 59. RGB value is (3,1,89). Sum of RGB (Red+Green+Blue) = 3+1+89=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 89 (35.16% from 255 or 95.70% from 93); Max value from RGB is 89 - color contains mainly: blue. Hex color #030159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030159 is #FCFEA6. Grayscale: #0B0B0B. Windows color (decimal): -16580263 or 5832963. OLE color: 5832963.

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

Color convert

RGB3189-
CMYK0.970.9900.65
HSL241.36º97.78%17.65%-
HSV(B)241.36º98.88%34.9%-
XYZ1.850.769.5-
YUV11.63171.66121.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 89 (35.16% from 255) = 95.70%
R=3.23%
G=1.08%
B=95.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal31890.970.9900.65241.3697.7817.65
Hex31596163041f16212
Octal31131141143010136114222
Binary1111011001110000111000110100000111110001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030159; }

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

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

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

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

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

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

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

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