Html Css Color HEX #18263D Midnight Express

📋 copy color: '#18263D'

red 24 ◦ green 38 ◦ blue 61

#18263D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #18263D

Tints of Midnight Express #18263D

RGB

 RED value IS 24 (9.77% from 255) = 19.51%

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 19.51%
G = 30.89%
B = 49.59%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18263D (or 0x18263D) is known color: Midnight Express. HEX triplet: 18, 26 and 3D. RGB value is (24,38,61). Sum of RGB (Red+Green+Blue) = 24+38+61=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #18263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263D is #E7D9C2. Grayscale: #242424. Windows color (decimal): -15194563 or 4007448. OLE color: 4007448.

HSL color Cylindrical-coordinate representation of color #18263D: hue angle of 217.3º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18263D is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 38 61 -
CMYK 0.61 0.38 0 0.76
HSL 217.3º 0.44% 0.17% -
HSV(B) 217.3º 0.61% 0.24% -
XYZ 1.91 1.92 4.68 -
YUV 36.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 24 38 61 0.61 0.38 0 0.76 217.3 0.44 0.17
Hex 18 26 3D 3D 26 0 4C D9 2C 11
Octal 30 46 75 75 46 0 114 331 54 21
Binary 11000 100110 111101 111101 100110 0 1001100 11011001 101100 10001

Color Harmonies of #18263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18263D

Black with #18263D

Text Example


Text Example

White with #18263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18263D;
 }
 .AnyTagClassName
 {
   color: #18263D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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