#150258

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

Shades of Midnight Blue #150258

Tints of Midnight Blue #150258

Color information

#150258 (or 0x150258) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 58. RGB value is (21,2,88). Sum of RGB (Red+Green+Blue) = 21+2+88=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #150258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150258 is #EAFDA7. Grayscale: #111111. Windows color (decimal): -15400360 or 5767701. OLE color: 5767701.

HSL color Cylindrical-coordinate representation of color #150258: hue angle of 253.26º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150258 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21288-
CMYK0.760.9800.65
HSL253.26º95.56%17.65%-
HSV(B)253.26º97.73%34.51%-
XYZ2.090.919.3-
YUV17.48167.79130.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=18.92%
G=1.80%
B=79.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal212880.760.9800.65253.2695.5617.65
Hex152584C62041fd6012
Octal252130114142010137514022
Binary10101101011000100110011000100100000111111101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150258; }

 p { color: rgb(21,2,88); }

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

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

 a { background-color: rgb(21,2,88); }

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

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

 span { border-color: rgb(21,2,88); }

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