#031599

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

Shades of New Midnight Blue #031599

Tints of New Midnight Blue #031599

Color information

#031599 (or 0x031599) is unknown color: approx New Midnight Blue. HEX triplet: 03, 15 and 99. RGB value is (3,21,153). Sum of RGB (Red+Green+Blue) = 3+21+153=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #031599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031599 is #FCEA66. Grayscale: #1E1E1E. Windows color (decimal): -16575079 or 10032387. OLE color: 10032387.

HSL color Cylindrical-coordinate representation of color #031599: hue angle of 232.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031599 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB321153-
CMYK0.980.8600.4
HSL232.8º96.15%30.59%-
HSV(B)232.8º98.04%60%-
XYZ6.062.8630.37-
YUV30.67197.04108.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 153 (60.16% from 255) = 86.44%
R=1.69%
G=11.86%
B=86.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3211530.980.8600.4232.896.1530.59
Hex315996256028e9601f
Octal32523114212605035114037
Binary11101011001100111000101010110010100011101001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031599; }

 p { color: rgb(3,21,153); }

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

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

 a { background-color: rgb(3,21,153); }

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

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

 span { border-color: rgb(3,21,153); }

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