#18263B

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

Shades of Midnight #18263B

Tints of Midnight #18263B

Color information

#18263B (or 0x18263B) is unknown color: approx Midnight. HEX triplet: 18, 26 and 3B. RGB value is (24,38,59). Sum of RGB (Red+Green+Blue) = 24+38+59=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #18263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263B is #E7D9C4. Grayscale: #242424. Windows color (decimal): -15194565 or 3876376. OLE color: 3876376.

HSL color Cylindrical-coordinate representation of color #18263B: hue angle of 216º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18263B is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243859-
CMYK0.590.3600.77
HSL216º42.17%16.27%-
HSV(B)216º59.32%23.14%-
XYZ1.861.94.41-
YUV36.21140.86119.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 59 (23.44% from 255) = 48.76%
R=19.83%
G=31.40%
B=48.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2438590.590.3600.7721642.1716.27
Hex18263B3B2404Dd82a10
Octal304673734401153305220
Binary11000100110111011111011100100010011011101100010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,38,59); }

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

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

 a { background-color: rgb(24,38,59); }

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

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

 span { border-color: rgb(24,38,59); }

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