#031373

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

Shades of Midnight Blue #031373

Tints of Midnight Blue #031373

Color information

#031373 (or 0x031373) is unknown color: approx Midnight Blue. HEX triplet: 03, 13 and 73. RGB value is (3,19,115). Sum of RGB (Red+Green+Blue) = 3+19+115=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #031373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031373 is #FCEC8C. Grayscale: #181818. Windows color (decimal): -16575629 or 7541507. OLE color: 7541507.

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

Color convert

RGB319115-
CMYK0.970.8300.55
HSL231.43º94.92%23.14%-
HSV(B)231.43º97.39%45.1%-
XYZ3.361.7216.37-
YUV25.16178.7112.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=2.19%
G=13.87%
B=83.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3191150.970.8300.55231.4394.9223.14
Hex313736153037e75f17
Octal32316314112306734713727
Binary1110011111001111000011010011011011111100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031373; }

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

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

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

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

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

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

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

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