#09004A

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

Shades of Midnight Blue #09004A

Tints of Midnight Blue #09004A

Color information

#09004A (or 0x09004A) is unknown color: approx Midnight Blue. HEX triplet: 09, 00 and 4A. RGB value is (9,0,74). Sum of RGB (Red+Green+Blue) = 9+0+74=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 74 (29.30% from 255 or 89.16% from 83); Max value from RGB is 74 - color contains mainly: blue. Hex color #09004A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09004A is #F6FFB5. Grayscale: #0A0A0A. Windows color (decimal): -16187318 or 4849673. OLE color: 4849673.

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

Color convert

RGB9074-
CMYK0.88100.71
HSL247.3º100%14.51%-
HSV(B)247.3º100%29.02%-
XYZ1.350.556.51-
YUV11.13163.48126.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 89.16%
R=10.84%
G=0%
B=89.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal90740.88100.71247.310014.51
Hex904A5864047f764f
Octal110112130144010736714417
Binary10010100101010110001100100010001111111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09004A; }

 p { color: rgb(9,0,74); }

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

<style>
 a { background-color: #09004A; }

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

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

<style>
 span { border-color: #09004A; }

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

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