#0312AE

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

Shades of New Midnight Blue #0312AE

Tints of New Midnight Blue #0312AE

Color information

#0312AE (or 0x0312AE) is unknown color: approx New Midnight Blue. HEX triplet: 03, 12 and AE. RGB value is (3,18,174). Sum of RGB (Red+Green+Blue) = 3+18+174=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #0312AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0312AE is #FCED51. Grayscale: #1E1E1E. Windows color (decimal): -16575826 or 11407875. OLE color: 11407875.

HSL color Cylindrical-coordinate representation of color #0312AE: hue angle of 234.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0312AE is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB318174-
CMYK0.980.9000.32
HSL234.74º96.61%34.71%-
HSV(B)234.74º98.28%68.24%-
XYZ7.893.5140.31-
YUV31.3208.53107.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 174 (68.36% from 255) = 89.23%
R=1.54%
G=9.23%
B=89.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3181740.980.9000.32234.7496.6134.71
Hex312AE625A020eb6123
Octal32225614213204035314143
Binary111001010101110110001010110100100000111010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0312AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0312AE; }

 p { color: rgb(3,18,174); }

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

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

 a { background-color: rgb(3,18,174); }

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

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

 span { border-color: rgb(3,18,174); }

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