#09094B

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

Shades of Midnight Blue #09094B

Tints of Midnight Blue #09094B

Color information

#09094B (or 0x09094B) is unknown color: approx Midnight Blue. HEX triplet: 09, 09 and 4B. RGB value is (9,9,75). Sum of RGB (Red+Green+Blue) = 9+9+75=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #09094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09094B is #F6F6B4. Grayscale: #101010. Windows color (decimal): -16185013 or 4917513. OLE color: 4917513.

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

Color convert

RGB9975-
CMYK0.880.8800.71
HSL240º78.57%16.47%-
HSV(B)240º88%29.41%-
XYZ1.480.766.73-
YUV16.52161122.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 75 (29.69% from 255) = 80.65%
R=9.68%
G=9.68%
B=80.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal99750.880.8800.7124078.5716.47
Hex994B5858047f04f10
Octal1111113130130010736011720
Binary100110011001011101100010110000100011111110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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