#06054d

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

Shades of Midnight Blue #06054D

Tints of Midnight Blue #06054D

Color information

#06054D (or 0x06054D) is unknown color: approx Midnight Blue. HEX triplet: 06, 05 and 4D. RGB value is (6,5,77). Sum of RGB (Red+Green+Blue) = 6+5+77=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 77 (30.47% from 255 or 87.5% from 88); Max value from RGB is 77 - color contains mainly: blue. Hex color #06054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06054D is #F9FAB2. Grayscale: #0D0D0D. Windows color (decimal): -16382643 or 5047558. OLE color: 5047558.

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

Color convert

RGB6577-
CMYK0.920.9400.70
HSL240.83º87.8%16.08%-
HSV(B)240.83º93.51%30.2%-
XYZ1.470.687.08-
YUV13.51163.83122.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 77 (30.47% from 255) = 87.5%
R=6.82%
G=5.68%
B=87.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal65770.920.9400.70240.8387.816.08
Hex654D5C5E046f15810
Octal65115134136010636113020
Binary1101011001101101110010111100100011011110001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06054d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06054d; }

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

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

<style>
 a { background-color: #06054d; }

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

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

<style>
 span { border-color: #06054d; }

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

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