#150B66

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

Shades of Midnight Blue #150B66

Tints of Midnight Blue #150B66

Color information

#150B66 (or 0x150B66) is unknown color: approx Midnight Blue. HEX triplet: 15, 0B and 66. RGB value is (21,11,102). Sum of RGB (Red+Green+Blue) = 21+11+102=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #150B66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150B66 is #EAF499. Grayscale: #181818. Windows color (decimal): -15398042 or 6687509. OLE color: 6687509.

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

Color convert

RGB2111102-
CMYK0.790.8900.6
HSL246.59º80.53%22.16%-
HSV(B)246.59º89.22%40%-
XYZ2.831.3612.68-
YUV24.36171.81125.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 102 (40.23% from 255) = 76.12%
R=15.67%
G=8.21%
B=76.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21111020.790.8900.6246.5980.5322.16
Hex15B664F5903Cf75116
Octal251314611713107436712126
Binary101011011110011010011111011001011110011110111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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