#05024F

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

Shades of Midnight Blue #05024F

Tints of Midnight Blue #05024F

Color information

#05024F (or 0x05024F) is unknown color: approx Midnight Blue. HEX triplet: 05, 02 and 4F. RGB value is (5,2,79). Sum of RGB (Red+Green+Blue) = 5+2+79=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 79 (31.25% from 255 or 91.86% from 86); Max value from RGB is 79 - color contains mainly: blue. Hex color #05024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05024F is #FAFDB0. Grayscale: #0B0B0B. Windows color (decimal): -16448945 or 5177861. OLE color: 5177861.

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

Color convert

RGB5279-
CMYK0.940.9700.69
HSL242.34º95.06%15.88%-
HSV(B)242.34º97.47%30.98%-
XYZ1.50.647.44-
YUV11.68165.99123.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 79 (31.25% from 255) = 91.86%
R=5.81%
G=2.33%
B=91.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal52790.940.9700.69242.3495.0615.88
Hex524F5E61045f25f10
Octal52117136141010536213720
Binary101101001111101111011000010100010111110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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