#08094B

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

Shades of Midnight Blue #08094B

Tints of Midnight Blue #08094B

Color information

#08094B (or 0x08094B) is unknown color: approx Midnight Blue. HEX triplet: 08, 09 and 4B. RGB value is (8,9,75). Sum of RGB (Red+Green+Blue) = 8+9+75=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 75 (29.69% from 255 or 81.52% from 92); Max value from RGB is 75 - color contains mainly: blue. Hex color #08094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08094B is #F7F6B4. Grayscale: #0F0F0F. Windows color (decimal): -16250549 or 4917512. OLE color: 4917512.

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

Color convert

RGB8975-
CMYK0.890.8800.71
HSL239.1º80.72%16.27%-
HSV(B)239.1º89.33%29.41%-
XYZ1.470.756.72-
YUV16.23161.17122.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.70%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 75 (29.69% from 255) = 81.52%
R=8.70%
G=9.78%
B=81.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal89750.890.8800.71239.180.7216.27
Hex894B5958047ef5110
Octal1011113131130010735712120
Binary100010011001011101100110110000100011111101111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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