#15055B

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

Shades of Midnight Blue #15055B

Tints of Midnight Blue #15055B

Color information

#15055B (or 0x15055B) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 5B. RGB value is (21,5,91). Sum of RGB (Red+Green+Blue) = 21+5+91=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #15055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055B is #EAFAA4. Grayscale: #131313. Windows color (decimal): -15399589 or 5965077. OLE color: 5965077.

HSL color Cylindrical-coordinate representation of color #15055B: hue angle of 251.16º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15055B is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21591-
CMYK0.770.9500.64
HSL251.16º89.58%18.82%-
HSV(B)251.16º94.51%35.69%-
XYZ2.251.029.98-
YUV19.59168.3129.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 91 (35.94% from 255) = 77.78%
R=17.95%
G=4.27%
B=77.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal215910.770.9500.64251.1689.5818.82
Hex1555B4D5F040fb5a13
Octal255133115137010037313223
Binary101011011011011100110110111110100000011111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15055B; }

 p { color: rgb(21,5,91); }

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

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

 a { background-color: rgb(21,5,91); }

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

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

 span { border-color: rgb(21,5,91); }

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