#150962

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

Shades of Midnight Blue #150962

Tints of Midnight Blue #150962

Color information

#150962 (or 0x150962) is unknown color: approx Midnight Blue. HEX triplet: 15, 09 and 62. RGB value is (21,9,98). Sum of RGB (Red+Green+Blue) = 21+9+98=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #150962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150962 is #EAF69D. Grayscale: #161616. Windows color (decimal): -15398558 or 6424853. OLE color: 6424853.

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

Color convert

RGB21998-
CMYK0.790.9100.62
HSL248.09º83.18%20.98%-
HSV(B)248.09º90.82%38.43%-
XYZ2.611.2411.66-
YUV22.73170.48126.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 98 (38.67% from 255) = 76.56%
R=16.41%
G=7.03%
B=76.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal219980.790.9100.62248.0983.1820.98
Hex159624F5B03Ef85315
Octal251114211713307637012325
Binary101011001110001010011111011011011111011111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150962; }

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

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

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

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

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

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

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

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