#01085B

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

Shades of Midnight Blue #01085B

Tints of Midnight Blue #01085B

Color information

#01085B (or 0x01085B) is unknown color: approx Midnight Blue. HEX triplet: 01, 08 and 5B. RGB value is (1,8,91). Sum of RGB (Red+Green+Blue) = 1+8+91=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 91 (35.94% from 255 or 91% from 100); Max value from RGB is 91 - color contains mainly: blue. Hex color #01085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01085B is #FEF7A4. Grayscale: #0F0F0F. Windows color (decimal): -16709541 or 5965825. OLE color: 5965825.

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

Color convert

RGB1891-
CMYK0.990.9100.64
HSL235.33º97.83%18.04%-
HSV(B)235.33º98.9%35.69%-
XYZ1.990.949.97-
YUV15.37170.68117.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 91 (35.94% from 255) = 91%
R=1%
G=8%
B=91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal18910.990.9100.64235.3397.8318.04
Hex185B635B040eb6212
Octal110133143133010035314222
Binary110001011011110001110110110100000011101011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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