#01055A

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

Shades of Midnight Blue #01055A

Tints of Midnight Blue #01055A

Color information

#01055A (or 0x01055A) is unknown color: approx Midnight Blue. HEX triplet: 01, 05 and 5A. RGB value is (1,5,90). Sum of RGB (Red+Green+Blue) = 1+5+90=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 90 (35.55% from 255 or 93.75% from 96); Max value from RGB is 90 - color contains mainly: blue. Hex color #01055A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01055A is #FEFAA5. Grayscale: #0D0D0D. Windows color (decimal): -16710310 or 5899521. OLE color: 5899521.

HSL color Cylindrical-coordinate representation of color #01055A: hue angle of 237.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01055A is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB1590-
CMYK0.990.9400.65
HSL237.3º97.8%17.84%-
HSV(B)237.3º98.89%35.29%-
XYZ1.910.859.74-
YUV13.49171.17119.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 90 (35.55% from 255) = 93.75%
R=1.04%
G=5.21%
B=93.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal15900.990.9400.65237.397.817.84
Hex155A635E041ed6212
Octal15132143136010135514222
Binary11011011010110001110111100100000111101101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01055A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01055A; }

 p { color: rgb(1,5,90); }

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

<style>
 a { background-color: #01055A; }

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

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

<style>
 span { border-color: #01055A; }

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

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