#05044F

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

Shades of Midnight Blue #05044F

Tints of Midnight Blue #05044F

Color information

#05044F (or 0x05044F) is unknown color: approx Midnight Blue. HEX triplet: 05, 04 and 4F. RGB value is (5,4,79). Sum of RGB (Red+Green+Blue) = 5+4+79=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #05044F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05044F is #FAFBB0. Grayscale: #0C0C0C. Windows color (decimal): -16448433 or 5178373. OLE color: 5178373.

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

Color convert

RGB5479-
CMYK0.940.9500.69
HSL240.8º90.36%16.27%-
HSV(B)240.8º94.94%30.98%-
XYZ1.520.687.45-
YUV12.85165.33122.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 79 (31.25% from 255) = 89.77%
R=5.68%
G=4.55%
B=89.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal54790.940.9500.69240.890.3616.27
Hex544F5E5F045f15a10
Octal54117136137010536113220
Binary1011001001111101111010111110100010111110001101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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