Html Css Color HEX #18233D Midnight Express

📋 copy color: '#18233D'

red 24 ◦ green 35 ◦ blue 61

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

Shades of Midnight Express #18233D

Tints of Midnight Express #18233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 20%
G = 29.17%
B = 50.83%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18233D (or 0x18233D) is known color: Midnight Express. HEX triplet: 18, 23 and 3D. RGB value is (24,35,61). Sum of RGB (Red+Green+Blue) = 24+35+61=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #18233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18233D is #E7DCC2. Grayscale: #222222. Windows color (decimal): -15195331 or 4006680. OLE color: 4006680.

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

Color convert

RGB 24 35 61 -
CMYK 0.61 0.43 0 0.76
HSL 222.16º 0.44% 0.17% -
HSV(B) 222.16º 0.61% 0.24% -
XYZ 1.82 1.73 4.65 -
YUV 34.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 24 35 61 0.61 0.43 0 0.76 222.16 0.44 0.17
Hex 18 23 3D 3D 2B 0 4C DE 2C 11
Octal 30 43 75 75 53 0 114 336 54 21
Binary 11000 100011 111101 111101 101011 0 1001100 11011110 101100 10001

Color Harmonies of #18233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18233D

Black with #18233D

Text Example


Text Example

White with #18233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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