#08034B

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

Shades of Midnight Blue #08034B

Tints of Midnight Blue #08034B

Color information

#08034B (or 0x08034B) is unknown color: approx Midnight Blue. HEX triplet: 08, 03 and 4B. RGB value is (8,3,75). Sum of RGB (Red+Green+Blue) = 8+3+75=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 3 (1.56% from 255 or 3.49% 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 #08034B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08034B is #F7FCB4. Grayscale: #0C0C0C. Windows color (decimal): -16252085 or 4915976. OLE color: 4915976.

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

Color convert

RGB8375-
CMYK0.890.9600.71
HSL244.17º92.31%15.29%-
HSV(B)244.17º96%29.41%-
XYZ1.40.626.7-
YUV12.7163.16124.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.30%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 75 (29.69% from 255) = 87.21%
R=9.30%
G=3.49%
B=87.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal83750.890.9600.71244.1792.3115.29
Hex834B5960047f45cf
Octal103113131140010736413417
Binary100011100101110110011100000010001111111010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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