#15135F

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

Shades of Midnight Blue #15135F

Tints of Midnight Blue #15135F

Color information

#15135F (or 0x15135F) is unknown color: approx Midnight Blue. HEX triplet: 15, 13 and 5F. RGB value is (21,19,95). Sum of RGB (Red+Green+Blue) = 21+19+95=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #15135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15135F is #EAECA0. Grayscale: #1B1B1B. Windows color (decimal): -15396001 or 6230805. OLE color: 6230805.

HSL color Cylindrical-coordinate representation of color #15135F: hue angle of 241.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15135F is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB211995-
CMYK0.780.8000.63
HSL241.58º66.67%22.35%-
HSV(B)241.58º80%37.25%-
XYZ2.611.4510.97-
YUV28.26165.66122.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 95 (37.5% from 255) = 70.37%
R=15.56%
G=14.07%
B=70.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2119950.780.8000.63241.5866.6722.35
Hex15135F4E5003Ff24316
Octal252313711612007736210326
Binary1010110011101111110011101010000011111111110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15135F; }

 p { color: rgb(21,19,95); }

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

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

 a { background-color: rgb(21,19,95); }

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

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

 span { border-color: rgb(21,19,95); }

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