Html Css Color HEX #031373 Midnight Blue

📋 copy color: '#031373'

red 3 ◦ green 19 ◦ blue 115

#031373
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #031373

Tints of Midnight Blue #031373

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 value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#031373 (or 0x031373) is known color: 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

RGB 3 19 115 -
CMYK 0.97 0.83 0 0.55
HSL 231.43º 0.95% 0.23% -
HSV(B) 231.43º 0.97% 0.45% -
XYZ 3.36 1.72 16.37 -
YUV 25.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 3 19 115 0.97 0.83 0 0.55 231.43 0.95 0.23
Hex 3 13 73 61 53 0 37 E7 5F 17
Octal 3 23 163 141 123 0 67 347 137 27
Binary 11 10011 1110011 1100001 1010011 0 110111 11100111 1011111 10111

Color Harmonies of #031373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031373

Black with #031373

Text Example


Text Example

White with #031373

Text Example


Text Example

HTML Codes & Css Web 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>