#05064F

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

Shades of Midnight Blue #05064F

Tints of Midnight Blue #05064F

Color information

#05064F (or 0x05064F) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 4F. RGB value is (5,6,79). Sum of RGB (Red+Green+Blue) = 5+6+79=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 79 (31.25% from 255 or 87.78% from 90); Max value from RGB is 79 - color contains mainly: blue. Hex color #05064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05064F is #FAF9B0. Grayscale: #0D0D0D. Windows color (decimal): -16447921 or 5178885. OLE color: 5178885.

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

Color convert

RGB5679-
CMYK0.940.9200.69
HSL239.19º88.1%16.47%-
HSV(B)239.19º93.67%30.98%-
XYZ1.540.737.46-
YUV14.02164.67121.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 79 (31.25% from 255) = 87.78%
R=5.56%
G=6.67%
B=87.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal56790.940.9200.69239.1988.116.47
Hex564F5E5C045ef5810
Octal56117136134010535713020
Binary1011101001111101111010111000100010111101111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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