#031196

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

Shades of New Midnight Blue #031196

Tints of New Midnight Blue #031196

Color information

#031196 (or 0x031196) is unknown color: approx New Midnight Blue. HEX triplet: 03, 11 and 96. RGB value is (3,17,150). Sum of RGB (Red+Green+Blue) = 3+17+150=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 150 (58.98% from 255 or 88.24% from 170); Max value from RGB is 150 - color contains mainly: blue. Hex color #031196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031196 is #FCEE69. Grayscale: #1B1B1B. Windows color (decimal): -16576106 or 9834755. OLE color: 9834755.

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

Color convert

RGB317150-
CMYK0.980.8900.41
HSL234.29º96.08%30%-
HSV(B)234.29º98%58.82%-
XYZ5.742.6229.06-
YUV27.98196.86110.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 150 (58.98% from 255) = 88.24%
R=1.76%
G=10%
B=88.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3171500.980.8900.41234.2996.0830
Hex311966259029ea601e
Octal32122614213105135214036
Binary11100011001011011000101011001010100111101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031196; }

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

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

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

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

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

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

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

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