#06004C

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

Shades of Midnight Blue #06004C

Tints of Midnight Blue #06004C

Color information

#06004C (or 0x06004C) is unknown color: approx Midnight Blue. HEX triplet: 06, 00 and 4C. RGB value is (6,0,76). Sum of RGB (Red+Green+Blue) = 6+0+76=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 76 (30.08% from 255 or 92.68% from 82); Max value from RGB is 76 - color contains mainly: blue. Hex color #06004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06004C is #F9FFB3. Grayscale: #0A0A0A. Windows color (decimal): -16383924 or 4980742. OLE color: 4980742.

HSL color Cylindrical-coordinate representation of color #06004C: hue angle of 244.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06004C is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB6076-
CMYK0.92100.70
HSL244.74º100%14.9%-
HSV(B)244.74º100%29.8%-
XYZ1.380.566.87-
YUV10.46164.99124.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 92.68%
R=7.32%
G=0%
B=92.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal60760.92100.70244.7410014.9
Hex604C5C64046f564f
Octal60114134144010636514417
Binary1100100110010111001100100010001101111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06004C; }

 p { color: rgb(6,0,76); }

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

<style>
 a { background-color: #06004C; }

 a { background-color: rgb(6,0,76); }

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

<style>
 span { border-color: #06004C; }

 span { border-color: rgb(6,0,76); }

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