#150470

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

Shades of Midnight Blue #150470

Tints of Midnight Blue #150470

Color information

#150470 (or 0x150470) is unknown color: approx Midnight Blue. HEX triplet: 15, 04 and 70. RGB value is (21,4,112). Sum of RGB (Red+Green+Blue) = 21+4+112=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #150470 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150470 is #EAFB8F. Grayscale: #141414. Windows color (decimal): -15399824 or 7341077. OLE color: 7341077.

HSL color Cylindrical-coordinate representation of color #150470: hue angle of 249.44º degrees, saturation: 0.93, 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 #150470 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB214112-
CMYK0.810.9600.56
HSL249.44º93.1%22.75%-
HSV(B)249.44º96.43%43.92%-
XYZ3.281.4215.43-
YUV21.4179.13127.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 112 (44.14% from 255) = 81.75%
R=15.33%
G=2.92%
B=81.75%

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
Decimal2141120.810.9600.56249.4493.122.75
Hex154705160038f95d17
Octal25416012114007037113527
Binary10101100111000010100011100000011100011111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150470; }

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

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

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

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

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

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

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

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