#150570

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

Shades of Midnight Blue #150570

Tints of Midnight Blue #150570

Color information

#150570 (or 0x150570) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 70. RGB value is (21,5,112). Sum of RGB (Red+Green+Blue) = 21+5+112=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #150570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150570 is #EAFA8F. Grayscale: #151515. Windows color (decimal): -15399568 or 7341333. OLE color: 7341333.

HSL color Cylindrical-coordinate representation of color #150570: hue angle of 248.97º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150570 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB215112-
CMYK0.810.9600.56
HSL248.97º91.45%22.94%-
HSV(B)248.97º95.54%43.92%-
XYZ3.291.4415.43-
YUV21.98178.8127.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 112 (44.14% from 255) = 81.16%
R=15.22%
G=3.62%
B=81.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2151120.810.9600.56248.9791.4522.94
Hex155705160038f95b17
Octal25516012114007037113327
Binary10101101111000010100011100000011100011111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150570; }

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

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

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

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

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

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

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

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