#05015A

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

Shades of Midnight Blue #05015A

Tints of Midnight Blue #05015A

Color information

#05015A (or 0x05015A) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 5A. RGB value is (5,1,90). Sum of RGB (Red+Green+Blue) = 5+1+90=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 1 (0.78% from 255 or 1.04% 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 #05015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05015A is #FAFEA5. Grayscale: #0B0B0B. Windows color (decimal): -16449190 or 5898501. OLE color: 5898501.

HSL color Cylindrical-coordinate representation of color #05015A: hue angle of 242.7º 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 #05015A is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB5190-
CMYK0.940.9900.65
HSL242.7º97.8%17.84%-
HSV(B)242.7º98.89%35.29%-
XYZ1.920.799.72-
YUV12.34171.83122.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal51900.940.9900.65242.797.817.84
Hex515A5E63041f36212
Octal51132136143010136314222
Binary10111011010101111011000110100000111110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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