#150562

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

Shades of Midnight Blue #150562

Tints of Midnight Blue #150562

Color information

#150562 (or 0x150562) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 62. RGB value is (21,5,98). Sum of RGB (Red+Green+Blue) = 21+5+98=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #150562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150562 is #EAFA9D. Grayscale: #141414. Windows color (decimal): -15399582 or 6423829. OLE color: 6423829.

HSL color Cylindrical-coordinate representation of color #150562: hue angle of 250.32º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150562 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB21598-
CMYK0.790.9500.62
HSL250.32º90.29%20.2%-
HSV(B)250.32º94.9%38.43%-
XYZ2.571.1511.64-
YUV20.39171.8128.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=16.94%
G=4.03%
B=79.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal215980.790.9500.62250.3290.2920.2
Hex155624F5F03Efa5a14
Octal25514211713707637213224
Binary10101101110001010011111011111011111011111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150562; }

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

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

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

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

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

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

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

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