#031098

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

Shades of New Midnight Blue #031098

Tints of New Midnight Blue #031098

Color information

#031098 (or 0x031098) is unknown color: approx New Midnight Blue. HEX triplet: 03, 10 and 98. RGB value is (3,16,152). Sum of RGB (Red+Green+Blue) = 3+16+152=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #031098 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031098 is #FCEF67. Grayscale: #1B1B1B. Windows color (decimal): -16576360 or 9965571. OLE color: 9965571.

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

Color convert

RGB316152-
CMYK0.980.8900.40
HSL234.77º96.13%30.39%-
HSV(B)234.77º98.03%59.61%-
XYZ5.892.6629.91-
YUV27.62198.19110.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 16 (6.64% from 255) = 9.36%
BLUE value IS 152 (59.77% from 255) = 88.89%
R=1.75%
G=9.36%
B=88.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3161520.980.8900.40234.7796.1330.39
Hex310986259028eb601e
Octal32023014213105035314036
Binary11100001001100011000101011001010100011101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031098; }

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

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

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

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

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

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

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

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