#01019E

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

Shades of New Midnight Blue #01019E

Tints of New Midnight Blue #01019E

Color information

#01019E (or 0x01019E) is unknown color: approx New Midnight Blue. HEX triplet: 01, 01 and 9E. RGB value is (1,1,158). Sum of RGB (Red+Green+Blue) = 1+1+158=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 158 (62.11% from 255 or 98.75% from 160); Max value from RGB is 158 - color contains mainly: blue. Hex color #01019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01019E is #FEFE61. Grayscale: #121212. Windows color (decimal): -16711266 or 10354945. OLE color: 10354945.

HSL color Cylindrical-coordinate representation of color #01019E: hue angle of 240º 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 #01019E is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11158-
CMYK0.990.9900.38
HSL240º98.74%31.18%-
HSV(B)240º99.37%61.96%-
XYZ6.192.532.5-
YUV18.9206.5115.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 158 (62.11% from 255) = 98.75%
R=0.62%
G=0.62%
B=98.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal111580.990.9900.3824098.7431.18
Hex119E6363026f0631f
Octal1123614314304636014337
Binary111001111011000111100011010011011110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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