#08014B

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

Shades of Midnight Blue #08014B

Tints of Midnight Blue #08014B

Color information

#08014B (or 0x08014B) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 4B. RGB value is (8,1,75). Sum of RGB (Red+Green+Blue) = 8+1+75=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 75 (29.69% from 255 or 89.29% from 84); Max value from RGB is 75 - color contains mainly: blue. Hex color #08014B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08014B is #F7FEB4. Grayscale: #0B0B0B. Windows color (decimal): -16252597 or 4915464. OLE color: 4915464.

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

Color convert

RGB8175-
CMYK0.890.9900.71
HSL245.68º97.37%14.9%-
HSV(B)245.68º98.67%29.41%-
XYZ1.380.586.7-
YUV11.53163.82125.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.52%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 75 (29.69% from 255) = 89.29%
R=9.52%
G=1.19%
B=89.29%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal81750.890.9900.71245.6897.3714.9
Hex814B5963047f661f
Octal101113131143010736614117
Binary10001100101110110011100011010001111111011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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