#18025F

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

Shades of Midnight Blue #18025F

Tints of Midnight Blue #18025F

Color information

#18025F (or 0x18025F) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 5F. RGB value is (24,2,95). Sum of RGB (Red+Green+Blue) = 24+2+95=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 95 (37.5% from 255 or 78.51% from 121); Max value from RGB is 95 - color contains mainly: blue. Hex color #18025F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18025F is #E7FDA0. Grayscale: #121212. Windows color (decimal): -15203745 or 6226456. OLE color: 6226456.

HSL color Cylindrical-coordinate representation of color #18025F: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18025F is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB24295-
CMYK0.750.9800.63
HSL254.19º95.88%19.02%-
HSV(B)254.19º97.89%37.25%-
XYZ2.461.0610.9-
YUV19.18170.79131.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 95 (37.5% from 255) = 78.51%
R=19.83%
G=1.65%
B=78.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal242950.750.9800.63254.1995.8819.02
Hex1825F4B6203Ffe6013
Octal30213711314207737614023
Binary1100010101111110010111100010011111111111110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18025F; }

 p { color: rgb(24,2,95); }

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

<style>
 a { background-color: #18025F; }

 a { background-color: rgb(24,2,95); }

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

<style>
 span { border-color: #18025F; }

 span { border-color: rgb(24,2,95); }

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