#18025B

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

Shades of Midnight Blue #18025B

Tints of Midnight Blue #18025B

Color information

#18025B (or 0x18025B) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 5B. RGB value is (24,2,91). Sum of RGB (Red+Green+Blue) = 24+2+91=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 2 (1.17% from 255 or 1.71% 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 #18025B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18025B is #E7FDA4. Grayscale: #121212. Windows color (decimal): -15203749 or 5964312. OLE color: 5964312.

HSL color Cylindrical-coordinate representation of color #18025B: hue angle of 254.83º 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 #18025B is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24291-
CMYK0.740.9800.64
HSL254.83º95.7%18.24%-
HSV(B)254.83º97.8%35.69%-
XYZ2.290.999.97-
YUV18.72168.79131.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 91 (35.94% from 255) = 77.78%
R=20.51%
G=1.71%
B=77.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal242910.740.9800.64254.8395.718.24
Hex1825B4A62040ff6012
Octal302133112142010037714022
Binary11000101011011100101011000100100000011111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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