#030D73

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

Shades of Navy #030D73

Tints of Navy #030D73

Color information

#030D73 (or 0x030D73) is unknown color: approx Navy. HEX triplet: 03, 0D and 73. RGB value is (3,13,115). Sum of RGB (Red+Green+Blue) = 3+13+115=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #030D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030D73 is #FCF28C. Grayscale: #151515. Windows color (decimal): -16577165 or 7539971. OLE color: 7539971.

HSL color Cylindrical-coordinate representation of color #030D73: hue angle of 234.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030D73 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB313115-
CMYK0.970.8900.55
HSL234.64º94.92%23.14%-
HSV(B)234.64º97.39%45.1%-
XYZ3.281.5516.35-
YUV21.64180.69114.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 13 (5.47% from 255) = 9.92%
BLUE value IS 115 (45.31% from 255) = 87.79%
R=2.29%
G=9.92%
B=87.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3131150.970.8900.55234.6494.9223.14
Hex3D736159037eb5f17
Octal31516314113106735313727
Binary111101111001111000011011001011011111101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,13,115); }

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

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

 a { background-color: rgb(3,13,115); }

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

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

 span { border-color: rgb(3,13,115); }

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