#150777

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

Shades of Midnight Blue #150777

Tints of Midnight Blue #150777

Color information

#150777 (or 0x150777) is unknown color: approx Midnight Blue. HEX triplet: 15, 07 and 77. RGB value is (21,7,119). Sum of RGB (Red+Green+Blue) = 21+7+119=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #150777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150777 is #EAF888. Grayscale: #171717. Windows color (decimal): -15399049 or 7800597. OLE color: 7800597.

HSL color Cylindrical-coordinate representation of color #150777: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150777 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB217119-
CMYK0.820.9400.53
HSL247.5º88.89%24.71%-
HSV(B)247.5º94.12%46.67%-
XYZ3.721.6417.57-
YUV23.95181.64125.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 119 (46.88% from 255) = 80.95%
R=14.29%
G=4.76%
B=80.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2171190.820.9400.53247.588.8924.71
Hex15777525E035f85919
Octal25716712213606537013131
Binary10101111111011110100101011110011010111111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150777; }

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

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

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

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

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

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

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

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