#0301AE

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

Shades of New Midnight Blue #0301AE

Tints of New Midnight Blue #0301AE

Color information

#0301AE (or 0x0301AE) is unknown color: approx New Midnight Blue. HEX triplet: 03, 01 and AE. RGB value is (3,1,174). Sum of RGB (Red+Green+Blue) = 3+1+174=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 174 (68.36% from 255 or 97.75% from 178); Max value from RGB is 174 - color contains mainly: blue. Hex color #0301AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0301AE is #FCFE51. Grayscale: #141414. Windows color (decimal): -16580178 or 11403523. OLE color: 11403523.

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

Color convert

RGB31174-
CMYK0.980.9900.32
HSL240.69º98.86%34.31%-
HSV(B)240.69º99.43%68.24%-
XYZ7.693.140.24-
YUV21.32214.16114.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 174 (68.36% from 255) = 97.75%
R=1.69%
G=0.56%
B=97.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311740.980.9900.32240.6998.8634.31
Hex31AE6263020f16322
Octal3125614214304036114342
Binary11110101110110001011000110100000111100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0301AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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