Html Css Color HEX #18234B Midnight Express

📋 copy color: '#18234B'

red 24 ◦ green 35 ◦ blue 75

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

Shades of Midnight Express #18234B

Tints of Midnight Express #18234B

RGB

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

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

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

R = 17.91%
G = 26.12%
B = 55.97%

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

#18234B (or 0x18234B) is known color: Midnight Express. HEX triplet: 18, 23 and 4B. RGB value is (24,35,75). Sum of RGB (Red+Green+Blue) = 24+35+75=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 75 (29.69% from 255 or 55.97% from 134); Max value from RGB is 75 - color contains mainly: blue. Hex color #18234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18234B is #E7DCB4. Grayscale: #242424. Windows color (decimal): -15195317 or 4924184. OLE color: 4924184.

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

Color convert

RGB 24 35 75 -
CMYK 0.68 0.53 0 0.71
HSL 227.06º 0.52% 0.19% -
HSV(B) 227.06º 0.68% 0.29% -
XYZ 2.25 1.9 6.91 -
YUV 36.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 24 35 75 0.68 0.53 0 0.71 227.06 0.52 0.19
Hex 18 23 4B 44 35 0 47 E3 34 13
Octal 30 43 113 104 65 0 107 343 64 23
Binary 11000 100011 1001011 1000100 110101 0 1000111 11100011 110100 10011

Color Harmonies of #18234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18234B

Black with #18234B

Text Example


Text Example

White with #18234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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