#08034F

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

Shades of Midnight Blue #08034F

Tints of Midnight Blue #08034F

Color information

#08034F (or 0x08034F) is unknown color: approx Midnight Blue. HEX triplet: 08, 03 and 4F. RGB value is (8,3,79). Sum of RGB (Red+Green+Blue) = 8+3+79=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 79 (31.25% from 255 or 87.78% from 90); Max value from RGB is 79 - color contains mainly: blue. Hex color #08034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08034F is #F7FCB0. Grayscale: #0C0C0C. Windows color (decimal): -16252081 or 5178120. OLE color: 5178120.

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

Color convert

RGB8379-
CMYK0.900.9600.69
HSL243.95º92.68%16.08%-
HSV(B)243.95º96.2%30.98%-
XYZ1.540.687.45-
YUV13.16165.16124.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.89%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 79 (31.25% from 255) = 87.78%
R=8.89%
G=3.33%
B=87.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal83790.900.9600.69243.9592.6816.08
Hex834F5A60045f45d10
Octal103117132140010536413520
Binary1000111001111101101011000000100010111110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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