Html Css Color HEX #18233A Midnight Express

📋 copy color: '#18233A'

red 24 ◦ green 35 ◦ blue 58

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

Shades of Midnight Express #18233A

Tints of Midnight Express #18233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 20.51%
G = 29.91%
B = 49.57%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18233A (or 0x18233A) is known color: Midnight Express. HEX triplet: 18, 23 and 3A. RGB value is (24,35,58). Sum of RGB (Red+Green+Blue) = 24+35+58=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #18233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233A is #E7DCC5. Grayscale: #222222. Windows color (decimal): -15195334 or 3810072. OLE color: 3810072.

HSL color Cylindrical-coordinate representation of color #18233A: hue angle of 220.59º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18233A is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 35 58 -
CMYK 0.59 0.40 0 0.77
HSL 220.59º 0.41% 0.16% -
HSV(B) 220.59º 0.59% 0.23% -
XYZ 1.74 1.7 4.24 -
YUV 34.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 24 35 58 0.59 0.40 0 0.77 220.59 0.41 0.16
Hex 18 23 3A 3B 28 0 4D DD 29 10
Octal 30 43 72 73 50 0 115 335 51 20
Binary 11000 100011 111010 111011 101000 0 1001101 11011101 101001 10000

Color Harmonies of #18233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18233A

Black with #18233A

Text Example


Text Example

White with #18233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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