#15055C

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

Shades of Midnight Blue #15055C

Tints of Midnight Blue #15055C

Color information

#15055C (or 0x15055C) is unknown color: approx Midnight Blue. HEX triplet: 15, 05 and 5C. RGB value is (21,5,92). Sum of RGB (Red+Green+Blue) = 21+5+92=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 92 (36.33% from 255 or 77.97% from 118); Max value from RGB is 92 - color contains mainly: blue. Hex color #15055C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055C is #EAFAA3. Grayscale: #131313. Windows color (decimal): -15399588 or 6030613. OLE color: 6030613.

HSL color Cylindrical-coordinate representation of color #15055C: hue angle of 251.03º 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 #15055C is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21592-
CMYK0.770.9500.64
HSL251.03º89.69%19.02%-
HSV(B)251.03º94.57%36.08%-
XYZ2.31.0410.21-
YUV19.7168.8128.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 5 (2.34% from 255) = 4.24%
BLUE value IS 92 (36.33% from 255) = 77.97%
R=17.80%
G=4.24%
B=77.97%

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
Decimal215920.770.9500.64251.0389.6919.02
Hex1555C4D5F040fb5a13
Octal255134115137010037313223
Binary101011011011100100110110111110100000011111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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