#09014A

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

Shades of Midnight Blue #09014A

Tints of Midnight Blue #09014A

Color information

#09014A (or 0x09014A) is unknown color: approx Midnight Blue. HEX triplet: 09, 01 and 4A. RGB value is (9,1,74). Sum of RGB (Red+Green+Blue) = 9+1+74=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 74 (29.30% from 255 or 88.10% from 84); Max value from RGB is 74 - color contains mainly: blue. Hex color #09014A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09014A is #F6FEB5. Grayscale: #0B0B0B. Windows color (decimal): -16187062 or 4849929. OLE color: 4849929.

HSL color Cylindrical-coordinate representation of color #09014A: hue angle of 246.58º 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 #09014A is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB9174-
CMYK0.880.9900.71
HSL246.58º97.33%14.71%-
HSV(B)246.58º98.65%29.02%-
XYZ1.360.576.52-
YUV11.71163.15126.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.71%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 74 (29.30% from 255) = 88.10%
R=10.71%
G=1.19%
B=88.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal91740.880.9900.71246.5897.3314.71
Hex914A5863047f761f
Octal111112130143010736714117
Binary10011100101010110001100011010001111111011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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