#030A79

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

Shades of Navy #030A79

Tints of Navy #030A79

Color information

#030A79 (or 0x030A79) is unknown color: approx Navy. HEX triplet: 03, 0A and 79. RGB value is (3,10,121). Sum of RGB (Red+Green+Blue) = 3+10+121=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 121 (47.66% from 255 or 90.30% from 134); Max value from RGB is 121 - color contains mainly: blue. Hex color #030A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030A79 is #FCF586. Grayscale: #141414. Windows color (decimal): -16577927 or 7932419. OLE color: 7932419.

HSL color Cylindrical-coordinate representation of color #030A79: hue angle of 236.44º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030A79 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB310121-
CMYK0.980.9200.53
HSL236.44º95.16%24.31%-
HSV(B)236.44º97.52%47.45%-
XYZ3.61.6218.21-
YUV20.56184.68115.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.24%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 121 (47.66% from 255) = 90.30%
R=2.24%
G=7.46%
B=90.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3101210.980.9200.53236.4495.1624.31
Hex3A79625C035ec5f18
Octal31217114213406535413730
Binary111010111100111000101011100011010111101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030A79; }

 p { color: rgb(3,10,121); }

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

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

 a { background-color: rgb(3,10,121); }

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

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

 span { border-color: rgb(3,10,121); }

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