#08054B

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

Shades of Midnight Blue #08054B

Tints of Midnight Blue #08054B

Color information

#08054B (or 0x08054B) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 4B. RGB value is (8,5,75). Sum of RGB (Red+Green+Blue) = 8+5+75=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 75 (29.69% from 255 or 85.23% from 88); Max value from RGB is 75 - color contains mainly: blue. Hex color #08054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08054B is #F7FAB4. Grayscale: #0D0D0D. Windows color (decimal): -16251573 or 4916488. OLE color: 4916488.

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

Color convert

RGB8575-
CMYK0.890.9300.71
HSL242.57º87.5%15.69%-
HSV(B)242.57º93.33%29.41%-
XYZ1.420.676.71-
YUV13.88162.49123.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 75 (29.69% from 255) = 85.23%
R=9.09%
G=5.68%
B=85.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal85750.890.9300.71242.5787.515.69
Hex854B595D047f35810
Octal105113131135010736313020
Binary10001011001011101100110111010100011111110011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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