#150070

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

Shades of Midnight Blue #150070

Tints of Midnight Blue #150070

Color information

#150070 (or 0x150070) is unknown color: approx Midnight Blue. HEX triplet: 15, 00 and 70. RGB value is (21,0,112). Sum of RGB (Red+Green+Blue) = 21+0+112=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 112 (44.14% from 255 or 84.21% from 133); Max value from RGB is 112 - color contains mainly: blue. Hex color #150070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150070 is #EAFF8F. Grayscale: #121212. Windows color (decimal): -15400848 or 7340053. OLE color: 7340053.

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

Color convert

RGB210112-
CMYK0.81100.56
HSL251.25º100%21.96%-
HSV(B)251.25º100%43.92%-
XYZ3.231.3315.42-
YUV19.05180.46129.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 84.21%
R=15.79%
G=0%
B=84.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2101120.81100.56251.2510021.96
Hex150705164038fb6416
Octal25016012114407037314426
Binary101010111000010100011100100011100011111011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150070; }

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

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

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

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

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

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

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

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