#15135D

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

Shades of Midnight Blue #15135D

Tints of Midnight Blue #15135D

Color information

#15135D (or 0x15135D) is unknown color: approx Midnight Blue. HEX triplet: 15, 13 and 5D. RGB value is (21,19,93). Sum of RGB (Red+Green+Blue) = 21+19+93=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #15135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15135D is #EAECA2. Grayscale: #1B1B1B. Windows color (decimal): -15396003 or 6099733. OLE color: 6099733.

HSL color Cylindrical-coordinate representation of color #15135D: hue angle of 241.62º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15135D is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB211993-
CMYK0.770.8000.64
HSL241.62º66.07%21.96%-
HSV(B)241.62º79.57%36.47%-
XYZ2.521.4210.5-
YUV28.03164.66122.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=15.79%
G=14.29%
B=69.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2119930.770.8000.64241.6266.0721.96
Hex15135D4D50040f24216
Octal2523135115120010036210226
Binary10101100111011101100110110100000100000011110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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