#031596

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

Shades of New Midnight Blue #031596

Tints of New Midnight Blue #031596

Color information

#031596 (or 0x031596) is unknown color: approx New Midnight Blue. HEX triplet: 03, 15 and 96. RGB value is (3,21,150). Sum of RGB (Red+Green+Blue) = 3+21+150=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #031596 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031596 is #FCEA69. Grayscale: #1D1D1D. Windows color (decimal): -16575082 or 9835779. OLE color: 9835779.

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

Color convert

RGB321150-
CMYK0.980.8600.41
HSL232.65º96.08%30%-
HSV(B)232.65º98%58.82%-
XYZ5.812.7629.08-
YUV30.32195.54108.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 150 (58.98% from 255) = 86.21%
R=1.72%
G=12.07%
B=86.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3211500.980.8600.41232.6596.0830
Hex315966256029e9601e
Octal32522614212605135114036
Binary11101011001011011000101010110010100111101001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031596; }

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

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

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

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

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

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

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

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