#151265

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

Shades of Midnight Blue #151265

Tints of Midnight Blue #151265

Color information

#151265 (or 0x151265) is unknown color: approx Midnight Blue. HEX triplet: 15, 12 and 65. RGB value is (21,18,101). Sum of RGB (Red+Green+Blue) = 21+18+101=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 101 (39.84% from 255 or 72.14% from 140); Max value from RGB is 101 - color contains mainly: blue. Hex color #151265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151265 is #EAED9A. Grayscale: #1C1C1C. Windows color (decimal): -15396251 or 6623765. OLE color: 6623765.

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

Color convert

RGB2118101-
CMYK0.790.8200.60
HSL242.17º69.75%23.33%-
HSV(B)242.17º82.18%39.61%-
XYZ2.871.5312.46-
YUV28.36168.99122.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 101 (39.84% from 255) = 72.14%
R=15%
G=12.86%
B=72.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21181010.790.8200.60242.1769.7523.33
Hex1512654F5203Cf24617
Octal252214511712207436210627
Binary1010110010110010110011111010010011110011110010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151265; }

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

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

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

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

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

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

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

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