#01085E

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

Shades of Midnight Blue #01085E

Tints of Midnight Blue #01085E

Color information

#01085E (or 0x01085E) is unknown color: approx Midnight Blue. HEX triplet: 01, 08 and 5E. RGB value is (1,8,94). Sum of RGB (Red+Green+Blue) = 1+8+94=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 94 (37.11% from 255 or 91.26% from 103); Max value from RGB is 94 - color contains mainly: blue. Hex color #01085E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01085E is #FEF7A1. Grayscale: #0F0F0F. Windows color (decimal): -16709538 or 6162433. OLE color: 6162433.

HSL color Cylindrical-coordinate representation of color #01085E: hue angle of 235.48º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01085E is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB1894-
CMYK0.990.9100.63
HSL235.48º97.89%18.63%-
HSV(B)235.48º98.94%36.86%-
XYZ2.120.9910.67-
YUV15.71172.18117.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 94 (37.11% from 255) = 91.26%
R=0.97%
G=7.77%
B=91.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal18940.990.9100.63235.4897.8918.63
Hex185E635B03Feb6213
Octal11013614313307735314223
Binary11000101111011000111011011011111111101011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,8,94); }

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

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

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

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

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

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

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