Html Css Color HEX #18234A Midnight Express

📋 copy color: '#18234A'

red 24 ◦ green 35 ◦ blue 74

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

Shades of Midnight Express #18234A

Tints of Midnight Express #18234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.32%

 BLUE value IS 74 (29.3% from 255) = 55.64%

R = 18.05%
G = 26.32%
B = 55.64%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#18234A (or 0x18234A) is known color: Midnight Express. HEX triplet: 18, 23 and 4A. RGB value is (24,35,74). Sum of RGB (Red+Green+Blue) = 24+35+74=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #18234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18234A is #E7DCB5. Grayscale: #232323. Windows color (decimal): -15195318 or 4858648. OLE color: 4858648.

HSL color Cylindrical-coordinate representation of color #18234A: hue angle of 226.8º degrees, saturation: 0.51, 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 #18234A is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 35 74 -
CMYK 0.68 0.53 0 0.71
HSL 226.8º 0.51% 0.19% -
HSV(B) 226.8º 0.68% 0.29% -
XYZ 2.21 1.89 6.73 -
YUV 36.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 24 35 74 0.68 0.53 0 0.71 226.8 0.51 0.19
Hex 18 23 4A 44 35 0 47 E3 33 13
Octal 30 43 112 104 65 0 107 343 63 23
Binary 11000 100011 1001010 1000100 110101 0 1000111 11100011 110011 10011

Color Harmonies of #18234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18234A

Black with #18234A

Text Example


Text Example

White with #18234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18234A; }

 p { color: rgb(24,35,74); }

 H1.HeaderClassName
 {
   color: #18234A;
 }
 .AnyTagClassName
 {
   color: #18234A;
 }
</style>

background-color css

<style>
 a { background-color: #18234A; }

 a { background-color: rgb(24,35,74); }

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

border-color css

<style>
 span { border-color: #18234A; }

 span { border-color: rgb(24,35,74); }

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