#151262

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

Shades of Midnight Blue #151262

Tints of Midnight Blue #151262

Color information

#151262 (or 0x151262) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 62. RGB value is (21,18,98). Sum of RGB (Red+Green+Blue) = 21+18+98=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #151262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151262 is #EAED9D. Grayscale: #1B1B1B. Windows color (decimal): -15396254 or 6427157. OLE color: 6427157.

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

Color convert

RGB211898-
CMYK0.790.8200.62
HSL242.25º68.97%22.75%-
HSV(B)242.25º81.63%38.43%-
XYZ2.731.4711.7-
YUV28.02167.49123-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=15.33%
G=13.14%
B=71.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2118980.790.8200.62242.2568.9722.75
Hex1512624F5203Ef24517
Octal252214211712207636210527
Binary1010110010110001010011111010010011111011110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151262; }

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

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

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

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

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

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

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

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