#05014F

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

Shades of Midnight Blue #05014F

Tints of Midnight Blue #05014F

Color information

#05014F (or 0x05014F) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 4F. RGB value is (5,1,79). Sum of RGB (Red+Green+Blue) = 5+1+79=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 79 (31.25% from 255 or 92.94% from 85); Max value from RGB is 79 - color contains mainly: blue. Hex color #05014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05014F is #FAFEB0. Grayscale: #0A0A0A. Windows color (decimal): -16449201 or 5177605. OLE color: 5177605.

HSL color Cylindrical-coordinate representation of color #05014F: hue angle of 243.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05014F is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB5179-
CMYK0.940.9900.69
HSL243.08º97.5%15.69%-
HSV(B)243.08º98.73%30.98%-
XYZ1.480.627.44-
YUV11.09166.33123.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 79 (31.25% from 255) = 92.94%
R=5.88%
G=1.18%
B=92.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal51790.940.9900.69243.0897.515.69
Hex514F5E63045f36210
Octal51117136143010536314220
Binary10111001111101111011000110100010111110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05014F; }

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

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

<style>
 a { background-color: #05014F; }

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

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

<style>
 span { border-color: #05014F; }

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

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