Html Css Color HEX #18263E Midnight Express

📋 copy color: '#18263E'

red 24 ◦ green 38 ◦ blue 62

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

Shades of Midnight Express #18263E

Tints of Midnight Express #18263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 50%

R = 19.35%
G = 30.65%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18263E (or 0x18263E) is known color: Midnight Express. HEX triplet: 18, 26 and 3E. RGB value is (24,38,62). Sum of RGB (Red+Green+Blue) = 24+38+62=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #18263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263E is #E7D9C1. Grayscale: #242424. Windows color (decimal): -15194562 or 4072984. OLE color: 4072984.

HSL color Cylindrical-coordinate representation of color #18263E: hue angle of 217.89º 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 #18263E is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 38 62 -
CMYK 0.61 0.39 0 0.76
HSL 217.89º 0.44% 0.17% -
HSV(B) 217.89º 0.61% 0.24% -
XYZ 1.94 1.93 4.83 -
YUV 36.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 24 38 62 0.61 0.39 0 0.76 217.89 0.44 0.17
Hex 18 26 3E 3D 27 0 4C DA 2C 11
Octal 30 46 76 75 47 0 114 332 54 21
Binary 11000 100110 111110 111101 100111 0 1001100 11011010 101100 10001

Color Harmonies of #18263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18263E

Black with #18263E

Text Example


Text Example

White with #18263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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