#150EAE

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

Shades of New Midnight Blue #150EAE

Tints of New Midnight Blue #150EAE

Color information

#150EAE (or 0x150EAE) is unknown color: approx New Midnight Blue. HEX triplet: 15, 0E and AE. RGB value is (21,14,174). Sum of RGB (Red+Green+Blue) = 21+14+174=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 174 (68.36% from 255 or 83.25% from 209); Max value from RGB is 174 - color contains mainly: blue. Hex color #150EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #150EAE is #EAF151. Grayscale: #212121. Windows color (decimal): -15397202 or 11406869. OLE color: 11406869.

HSL color Cylindrical-coordinate representation of color #150EAE: hue angle of 242.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150EAE is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2114174-
CMYK0.880.9200.32
HSL242.62º85.11%36.86%-
HSV(B)242.62º91.95%68.24%-
XYZ8.113.5340.3-
YUV34.33206.82118.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 174 (68.36% from 255) = 83.25%
R=10.05%
G=6.70%
B=83.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21141740.880.9200.32242.6285.1136.86
Hex15EAE585C020f35525
Octal251625613013404036312545
Binary10101111010101110101100010111000100000111100111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150EAE; }

 p { color: rgb(21,14,174); }

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

<style>
 a { background-color: #150EAE; }

 a { background-color: rgb(21,14,174); }

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

<style>
 span { border-color: #150EAE; }

 span { border-color: rgb(21,14,174); }

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