#031273

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

Shades of Navy #031273

Tints of Navy #031273

Color information

#031273 (or 0x031273) is unknown color: approx Navy. HEX triplet: 03, 12 and 73. RGB value is (3,18,115). Sum of RGB (Red+Green+Blue) = 3+18+115=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #031273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031273 is #FCED8C. Grayscale: #181818. Windows color (decimal): -16575885 or 7541251. OLE color: 7541251.

HSL color Cylindrical-coordinate representation of color #031273: hue angle of 231.96º 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 #031273 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB318115-
CMYK0.970.8400.55
HSL231.96º94.92%23.14%-
HSV(B)231.96º97.39%45.1%-
XYZ3.351.6916.37-
YUV24.57179.03112.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 115 (45.31% from 255) = 84.56%
R=2.21%
G=13.24%
B=84.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3181150.970.8400.55231.9694.9223.14
Hex312736154037e85f17
Octal32216314112406735013727
Binary1110010111001111000011010100011011111101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031273; }

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

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

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

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

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

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

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

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