#08034D

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

Shades of Midnight Blue #08034D

Tints of Midnight Blue #08034D

Color information

#08034D (or 0x08034D) is unknown color: approx Midnight Blue. HEX triplet: 08, 03 and 4D. RGB value is (8,3,77). Sum of RGB (Red+Green+Blue) = 8+3+77=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 3 (1.56% from 255 or 3.41% 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 #08034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08034D is #F7FCB2. Grayscale: #0C0C0C. Windows color (decimal): -16252083 or 5047048. OLE color: 5047048.

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

Color convert

RGB8377-
CMYK0.900.9600.70
HSL244.05º92.5%15.69%-
HSV(B)244.05º96.1%30.2%-
XYZ1.470.657.07-
YUV12.93164.16124.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 3 (1.56% from 255) = 3.41%
BLUE value IS 77 (30.47% from 255) = 87.5%
R=9.09%
G=3.41%
B=87.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal83770.900.9600.70244.0592.515.69
Hex834D5A60046f45c10
Octal103115132140010636413420
Binary1000111001101101101011000000100011011110100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08034D; }

 p { color: rgb(8,3,77); }

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

<style>
 a { background-color: #08034D; }

 a { background-color: rgb(8,3,77); }

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

<style>
 span { border-color: #08034D; }

 span { border-color: rgb(8,3,77); }

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