Html Css Color HEX #18264D Midnight Express

📋 copy color: '#18264D'

red 24 ◦ green 38 ◦ blue 77

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

Shades of Midnight Express #18264D

Tints of Midnight Express #18264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 17.27%
G = 27.34%
B = 55.4%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18264D (or 0x18264D) is known color: Midnight Express. HEX triplet: 18, 26 and 4D. RGB value is (24,38,77). Sum of RGB (Red+Green+Blue) = 24+38+77=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #18264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18264D is #E7D9B2. Grayscale: #262626. Windows color (decimal): -15194547 or 5056024. OLE color: 5056024.

HSL color Cylindrical-coordinate representation of color #18264D: hue angle of 224.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18264D is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 38 77 -
CMYK 0.69 0.51 0 0.70
HSL 224.15º 0.52% 0.2% -
HSV(B) 224.15º 0.69% 0.3% -
XYZ 2.41 2.12 7.3 -
YUV 38.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 24 38 77 0.69 0.51 0 0.70 224.15 0.52 0.2
Hex 18 26 4D 45 33 0 46 E0 34 14
Octal 30 46 115 105 63 0 106 340 64 24
Binary 11000 100110 1001101 1000101 110011 0 1000110 11100000 110100 10100

Color Harmonies of #18264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18264D

Black with #18264D

Text Example


Text Example

White with #18264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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