#150568

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

Shades of Midnight Blue #150568

Tints of Midnight Blue #150568

Color information

#150568 (or 0x150568) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 68. RGB value is (21,5,104). Sum of RGB (Red+Green+Blue) = 21+5+104=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #150568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150568 is #EAFA97. Grayscale: #141414. Windows color (decimal): -15399576 or 6817045. OLE color: 6817045.

HSL color Cylindrical-coordinate representation of color #150568: hue angle of 249.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150568 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB215104-
CMYK0.800.9500.59
HSL249.7º90.83%21.37%-
HSV(B)249.7º95.19%40.78%-
XYZ2.861.2713.19-
YUV21.07174.8127.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 104 (41.02% from 255) = 80%
R=16.15%
G=3.85%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2151040.800.9500.59249.790.8321.37
Hex15568505F03Bfa5b15
Octal25515012013707337213325
Binary10101101110100010100001011111011101111111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150568; }

 p { color: rgb(21,5,104); }

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

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

 a { background-color: rgb(21,5,104); }

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

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

 span { border-color: rgb(21,5,104); }

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