#15135E

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

Shades of Midnight Blue #15135E

Tints of Midnight Blue #15135E

Color information

#15135E (or 0x15135E) is unknown color: approx Midnight Blue. HEX triplet: 15, 13 and 5E. RGB value is (21,19,94). Sum of RGB (Red+Green+Blue) = 21+19+94=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #15135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15135E is #EAECA1. Grayscale: #1B1B1B. Windows color (decimal): -15396002 or 6165269. OLE color: 6165269.

HSL color Cylindrical-coordinate representation of color #15135E: hue angle of 241.6º degrees, saturation: 0.66, 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 #15135E is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB211994-
CMYK0.780.8000.63
HSL241.6º66.37%22.16%-
HSV(B)241.6º79.79%36.86%-
XYZ2.561.4310.73-
YUV28.15165.16122.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 94 (37.11% from 255) = 70.15%
R=15.67%
G=14.18%
B=70.15%

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
Decimal2119940.780.8000.63241.666.3722.16
Hex15135E4E5003Ff24216
Octal252313611612007736210226
Binary1010110011101111010011101010000011111111110010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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