#031097

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

Shades of New Midnight Blue #031097

Tints of New Midnight Blue #031097

Color information

#031097 (or 0x031097) is unknown color: approx New Midnight Blue. HEX triplet: 03, 10 and 97. RGB value is (3,16,151). Sum of RGB (Red+Green+Blue) = 3+16+151=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #031097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031097 is #FCEF68. Grayscale: #1A1A1A. Windows color (decimal): -16576361 or 9900035. OLE color: 9900035.

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

Color convert

RGB316151-
CMYK0.980.8900.41
HSL234.73º96.1%30.2%-
HSV(B)234.73º98.01%59.22%-
XYZ5.812.6229.48-
YUV27.5197.69110.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 151 (59.38% from 255) = 88.82%
R=1.76%
G=9.41%
B=88.82%

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
Decimal3161510.980.8900.41234.7396.130.2
Hex310976259029eb601e
Octal32022714213105135314036
Binary11100001001011111000101011001010100111101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031097; }

 p { color: rgb(3,16,151); }

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

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

 a { background-color: rgb(3,16,151); }

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

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

 span { border-color: rgb(3,16,151); }

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