#150262

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

Shades of Midnight Blue #150262

Tints of Midnight Blue #150262

Color information

#150262 (or 0x150262) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 62. RGB value is (21,2,98). Sum of RGB (Red+Green+Blue) = 21+2+98=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #150262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150262 is #EAFD9D. Grayscale: #121212. Windows color (decimal): -15400350 or 6423061. OLE color: 6423061.

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

Color convert

RGB21298-
CMYK0.790.9800.62
HSL251.88º96%19.61%-
HSV(B)251.88º97.96%38.43%-
XYZ2.541.0811.63-
YUV18.62172.79129.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 98 (38.67% from 255) = 80.99%
R=17.36%
G=1.65%
B=80.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal212980.790.9800.62251.889619.61
Hex152624F6203Efc6014
Octal25214211714207637414024
Binary1010110110001010011111100010011111011111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150262; }

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

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

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

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

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

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

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

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