#15025C

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

Shades of Midnight Blue #15025C

Tints of Midnight Blue #15025C

Color information

#15025C (or 0x15025C) is unknown color: approx Midnight Blue. HEX triplet: 15, 02 and 5C. RGB value is (21,2,92). Sum of RGB (Red+Green+Blue) = 21+2+92=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #15025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15025C is #EAFDA3. Grayscale: #111111. Windows color (decimal): -15400356 or 6029845. OLE color: 6029845.

HSL color Cylindrical-coordinate representation of color #15025C: hue angle of 252.67º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #15025C is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21292-
CMYK0.770.9800.64
HSL252.67º95.74%18.43%-
HSV(B)252.67º97.83%36.08%-
XYZ2.260.9810.19-
YUV17.94169.79130.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 92 (36.33% from 255) = 80%
R=18.26%
G=1.74%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal212920.770.9800.64252.6795.7418.43
Hex1525C4D62040fd6012
Octal252134115142010037514022
Binary10101101011100100110111000100100000011111101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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