#08004c

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

Shades of Midnight Blue #08004C

Tints of Midnight Blue #08004C

Color information

#08004C (or 0x08004C) is unknown color: approx Midnight Blue. HEX triplet: 08, 00 and 4C. RGB value is (8,0,76). Sum of RGB (Red+Green+Blue) = 8+0+76=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 76 (30.08% from 255 or 90.48% from 84); Max value from RGB is 76 - color contains mainly: blue. Hex color #08004C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08004C is #F7FFB3. Grayscale: #0A0A0A. Windows color (decimal): -16252852 or 4980744. OLE color: 4980744.

HSL color Cylindrical-coordinate representation of color #08004C: hue angle of 246.32º 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 #08004C is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB8076-
CMYK0.89100.70
HSL246.32º100%14.9%-
HSV(B)246.32º100%29.8%-
XYZ1.40.576.87-
YUV11.06164.65125.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 90.48%
R=9.52%
G=0%
B=90.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal80760.89100.70246.3210014.9
Hex804C5964046f664f
Octal100114131144010636614417
Binary10000100110010110011100100010001101111011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08004c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08004c; }

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

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

<style>
 a { background-color: #08004c; }

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

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

<style>
 span { border-color: #08004c; }

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

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