#01049E

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

Shades of New Midnight Blue #01049E

Tints of New Midnight Blue #01049E

Color information

#01049E (or 0x01049E) is unknown color: approx New Midnight Blue. HEX triplet: 01, 04 and 9E. RGB value is (1,4,158). Sum of RGB (Red+Green+Blue) = 1+4+158=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 158 (62.11% from 255 or 96.93% from 163); Max value from RGB is 158 - color contains mainly: blue. Hex color #01049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01049E is #FEFB61. Grayscale: #141414. Windows color (decimal): -16710498 or 10355713. OLE color: 10355713.

HSL color Cylindrical-coordinate representation of color #01049E: hue angle of 238.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01049E is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14158-
CMYK0.990.9700.38
HSL238.85º98.74%31.18%-
HSV(B)238.85º99.37%61.96%-
XYZ6.232.5632.51-
YUV20.66205.51113.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 158 (62.11% from 255) = 96.93%
R=0.61%
G=2.45%
B=96.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141580.990.9700.38238.8598.7431.18
Hex149E6361026ef631f
Octal1423614314104635714337
Binary11001001111011000111100001010011011101111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01049E; }

 p { color: rgb(1,4,158); }

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

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

 a { background-color: rgb(1,4,158); }

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

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

 span { border-color: rgb(1,4,158); }

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