#06054B

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

Shades of Midnight Blue #06054B

Tints of Midnight Blue #06054B

Color information

#06054B (or 0x06054B) is unknown color: approx Midnight Blue. HEX triplet: 06, 05 and 4B. RGB value is (6,5,75). Sum of RGB (Red+Green+Blue) = 6+5+75=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 75 (29.69% from 255 or 87.21% from 86); Max value from RGB is 75 - color contains mainly: blue. Hex color #06054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06054B is #F9FAB4. Grayscale: #0D0D0D. Windows color (decimal): -16382645 or 4916486. OLE color: 4916486.

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

Color convert

RGB6575-
CMYK0.920.9300.71
HSL240.86º87.5%15.69%-
HSV(B)240.86º93.33%29.41%-
XYZ1.40.666.71-
YUV13.28162.83122.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 75 (29.69% from 255) = 87.21%
R=6.98%
G=5.81%
B=87.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal65750.920.9300.71240.8687.515.69
Hex654B5C5D047f15810
Octal65113134135010736113020
Binary1101011001011101110010111010100011111110001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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