#150A79

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

Shades of Midnight Blue #150A79

Tints of Midnight Blue #150A79

Color information

#150A79 (or 0x150A79) is unknown color: approx Midnight Blue. HEX triplet: 15, 0A and 79. RGB value is (21,10,121). Sum of RGB (Red+Green+Blue) = 21+10+121=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #150A79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A79 is #EAF586. Grayscale: #191919. Windows color (decimal): -15398279 or 7932437. OLE color: 7932437.

HSL color Cylindrical-coordinate representation of color #150A79: hue angle of 245.95º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150A79 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2110121-
CMYK0.830.9200.53
HSL245.95º84.73%25.69%-
HSV(B)245.95º91.74%47.45%-
XYZ3.871.7618.22-
YUV25.94181.64124.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 10 (4.30% from 255) = 6.58%
BLUE value IS 121 (47.66% from 255) = 79.61%
R=13.82%
G=6.58%
B=79.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21101210.830.9200.53245.9584.7325.69
Hex15A79535C035f6551a
Octal251217112313406536612532
Binary101011010111100110100111011100011010111110110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,10,121); }

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

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

 a { background-color: rgb(21,10,121); }

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

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

 span { border-color: rgb(21,10,121); }

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