#150766

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

Shades of Midnight Blue #150766

Tints of Midnight Blue #150766

Color information

#150766 (or 0x150766) is unknown color: approx Midnight Blue. HEX triplet: 15, 07 and 66. RGB value is (21,7,102). Sum of RGB (Red+Green+Blue) = 21+7+102=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #150766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150766 is #EAF899. Grayscale: #151515. Windows color (decimal): -15399066 or 6686485. OLE color: 6686485.

HSL color Cylindrical-coordinate representation of color #150766: hue angle of 248.84º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150766 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB217102-
CMYK0.790.9300.6
HSL248.84º87.16%21.37%-
HSV(B)248.84º93.14%40%-
XYZ2.781.2712.67-
YUV22.02173.14127.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 102 (40.23% from 255) = 78.46%
R=16.15%
G=5.38%
B=78.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2171020.790.9300.6248.8487.1621.37
Hex157664F5D03Cf95715
Octal25714611713507437112725
Binary10101111110011010011111011101011110011111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150766; }

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

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

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

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

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

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

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

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