#031396

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

Shades of New Midnight Blue #031396

Tints of New Midnight Blue #031396

Color information

#031396 (or 0x031396) is unknown color: approx New Midnight Blue. HEX triplet: 03, 13 and 96. RGB value is (3,19,150). Sum of RGB (Red+Green+Blue) = 3+19+150=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 150 (58.98% from 255 or 87.21% from 172); Max value from RGB is 150 - color contains mainly: blue. Hex color #031396 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031396 is #FCEC69. Grayscale: #1C1C1C. Windows color (decimal): -16575594 or 9835267. OLE color: 9835267.

HSL color Cylindrical-coordinate representation of color #031396: hue angle of 233.47º 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 #031396 is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB319150-
CMYK0.980.8700.41
HSL233.47º96.08%30%-
HSV(B)233.47º98%58.82%-
XYZ5.782.6929.07-
YUV29.15196.2109.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 19 (7.81% from 255) = 11.05%
BLUE value IS 150 (58.98% from 255) = 87.21%
R=1.74%
G=11.05%
B=87.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3191500.980.8700.41233.4796.0830
Hex313966257029e9601e
Octal32322614212705135114036
Binary11100111001011011000101010111010100111101001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031396; }

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

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

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

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

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

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

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

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