#18026E

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

Shades of Midnight Blue #18026E

Tints of Midnight Blue #18026E

Color information

#18026E (or 0x18026E) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 6E. RGB value is (24,2,110). Sum of RGB (Red+Green+Blue) = 24+2+110=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 110 (43.36% from 255 or 80.88% from 136); Max value from RGB is 110 - color contains mainly: blue. Hex color #18026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18026E is #E7FD91. Grayscale: #141414. Windows color (decimal): -15203730 or 7209496. OLE color: 7209496.

HSL color Cylindrical-coordinate representation of color #18026E: hue angle of 252.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18026E is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB242110-
CMYK0.780.9800.57
HSL252.22º96.43%21.96%-
HSV(B)252.22º98.18%43.14%-
XYZ3.211.3614.85-
YUV20.89178.29130.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 110 (43.36% from 255) = 80.88%
R=17.65%
G=1.47%
B=80.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2421100.780.9800.57252.2296.4321.96
Hex1826E4E62039fc6016
Octal30215611614207137414026
Binary1100010110111010011101100010011100111111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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