#0912AE

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

Shades of New Midnight Blue #0912AE

Tints of New Midnight Blue #0912AE

Color information

#0912AE (or 0x0912AE) is unknown color: approx New Midnight Blue. HEX triplet: 09, 12 and AE. RGB value is (9,18,174). Sum of RGB (Red+Green+Blue) = 9+18+174=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #0912AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0912AE is #F6ED51. Grayscale: #202020. Windows color (decimal): -16182610 or 11407881. OLE color: 11407881.

HSL color Cylindrical-coordinate representation of color #0912AE: hue angle of 236.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0912AE is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB918174-
CMYK0.950.9000.32
HSL236.73º90.16%35.88%-
HSV(B)236.73º94.83%68.24%-
XYZ7.973.5540.31-
YUV33.09207.52110.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.48%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 174 (68.36% from 255) = 86.57%
R=4.48%
G=8.96%
B=86.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9181740.950.9000.32236.7390.1635.88
Hex912AE5F5A020ed5a24
Octal112225613713204035513244
Binary10011001010101110101111110110100100000111011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0912AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0912AE; }

 p { color: rgb(9,18,174); }

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

<style>
 a { background-color: #0912AE; }

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

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

<style>
 span { border-color: #0912AE; }

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

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