Html Css Color HEX #18264B Midnight Express

📋 copy color: '#18264B'

red 24 ◦ green 38 ◦ blue 75

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

Shades of Midnight Express #18264B

Tints of Midnight Express #18264B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 54.74%

R = 17.52%
G = 27.74%
B = 54.74%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18264B (or 0x18264B) is known color: Midnight Express. HEX triplet: 18, 26 and 4B. RGB value is (24,38,75). Sum of RGB (Red+Green+Blue) = 24+38+75=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #18264B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18264B is #E7D9B4. Grayscale: #252525. Windows color (decimal): -15194549 or 4924952. OLE color: 4924952.

HSL color Cylindrical-coordinate representation of color #18264B: hue angle of 223.53º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18264B is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 38 75 -
CMYK 0.68 0.49 0 0.71
HSL 223.53º 0.52% 0.19% -
HSV(B) 223.53º 0.68% 0.29% -
XYZ 2.34 2.09 6.94 -
YUV 38.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 24 38 75 0.68 0.49 0 0.71 223.53 0.52 0.19
Hex 18 26 4B 44 31 0 47 E0 34 13
Octal 30 46 113 104 61 0 107 340 64 23
Binary 11000 100110 1001011 1000100 110001 0 1000111 11100000 110100 10011

Color Harmonies of #18264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18264B

Black with #18264B

Text Example


Text Example

White with #18264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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