#150A66

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

Shades of Midnight Blue #150A66

Tints of Midnight Blue #150A66

Color information

#150A66 (or 0x150A66) is unknown color: approx Midnight Blue. HEX triplet: 15, 0A and 66. RGB value is (21,10,102). Sum of RGB (Red+Green+Blue) = 21+10+102=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #150A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150A66 is #EAF599. Grayscale: #171717. Windows color (decimal): -15398298 or 6687253. OLE color: 6687253.

HSL color Cylindrical-coordinate representation of color #150A66: hue angle of 247.17º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150A66 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2110102-
CMYK0.790.9000.6
HSL247.17º82.14%21.96%-
HSV(B)247.17º90.2%40%-
XYZ2.821.3412.68-
YUV23.78172.14126.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 102 (40.23% from 255) = 76.69%
R=15.79%
G=7.52%
B=76.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21101020.790.9000.6247.1782.1421.96
Hex15A664F5A03Cf75216
Octal251214611713207436712226
Binary101011010110011010011111011010011110011110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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