#18035E

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

Shades of Midnight Blue #18035E

Tints of Midnight Blue #18035E

Color information

#18035E (or 0x18035E) is unknown color: approx Midnight Blue. HEX triplet: 18, 03 and 5E. RGB value is (24,3,94). Sum of RGB (Red+Green+Blue) = 24+3+94=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #18035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18035E is #E7FCA1. Grayscale: #131313. Windows color (decimal): -15203490 or 6161176. OLE color: 6161176.

HSL color Cylindrical-coordinate representation of color #18035E: hue angle of 253.85º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18035E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB24394-
CMYK0.740.9700.63
HSL253.85º93.81%19.02%-
HSV(B)253.85º96.81%36.86%-
XYZ2.431.0710.67-
YUV19.65169.96131.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 94 (37.11% from 255) = 77.69%
R=19.83%
G=2.48%
B=77.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal243940.740.9700.63253.8593.8119.02
Hex1835E4A6103Ffe5e13
Octal30313611214107737613623
Binary1100011101111010010101100001011111111111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18035E; }

 p { color: rgb(24,3,94); }

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

<style>
 a { background-color: #18035E; }

 a { background-color: rgb(24,3,94); }

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

<style>
 span { border-color: #18035E; }

 span { border-color: rgb(24,3,94); }

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