Html Css Color HEX #18263F Midnight Express

📋 copy color: '#18263F'

red 24 ◦ green 38 ◦ blue 63

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

Shades of Midnight Express #18263F

Tints of Midnight Express #18263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.4%

R = 19.2%
G = 30.4%
B = 50.4%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#18263F (or 0x18263F) is known color: Midnight Express. HEX triplet: 18, 26 and 3F. RGB value is (24,38,63). Sum of RGB (Red+Green+Blue) = 24+38+63=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #18263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263F is #E7D9C0. Grayscale: #242424. Windows color (decimal): -15194561 or 4138520. OLE color: 4138520.

HSL color Cylindrical-coordinate representation of color #18263F: hue angle of 218.46º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18263F is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 38 63 -
CMYK 0.62 0.40 0 0.75
HSL 218.46º 0.45% 0.17% -
HSV(B) 218.46º 0.62% 0.25% -
XYZ 1.97 1.94 4.97 -
YUV 36.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 24 38 63 0.62 0.40 0 0.75 218.46 0.45 0.17
Hex 18 26 3F 3E 28 0 4B DA 2D 11
Octal 30 46 77 76 50 0 113 332 55 21
Binary 11000 100110 111111 111110 101000 0 1001011 11011010 101101 10001

Color Harmonies of #18263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18263F

Black with #18263F

Text Example


Text Example

White with #18263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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