Html Css Color HEX #18254C Midnight Express

📋 copy color: '#18254C'

red 24 ◦ green 37 ◦ blue 76

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

Shades of Midnight Express #18254C

Tints of Midnight Express #18254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

 BLUE value IS 76 (30.08% from 255) = 55.47%

R = 17.52%
G = 27.01%
B = 55.47%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#18254C (or 0x18254C) is known color: Midnight Express. HEX triplet: 18, 25 and 4C. RGB value is (24,37,76). Sum of RGB (Red+Green+Blue) = 24+37+76=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #18254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18254C is #E7DAB3. Grayscale: #252525. Windows color (decimal): -15194804 or 4990232. OLE color: 4990232.

HSL color Cylindrical-coordinate representation of color #18254C: hue angle of 225º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18254C is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 37 76 -
CMYK 0.68 0.51 0 0.70
HSL 225º 0.52% 0.2% -
HSV(B) 225º 0.68% 0.3% -
XYZ 2.34 2.04 7.11 -
YUV 37.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 24 37 76 0.68 0.51 0 0.70 225 0.52 0.2
Hex 18 25 4C 44 33 0 46 E1 34 14
Octal 30 45 114 104 63 0 106 341 64 24
Binary 11000 100101 1001100 1000100 110011 0 1000110 11100001 110100 10100

Color Harmonies of #18254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18254C

Black with #18254C

Text Example


Text Example

White with #18254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18254C; }

 p { color: rgb(24,37,76); }

 H1.HeaderClassName
 {
   color: #18254C;
 }
 .AnyTagClassName
 {
   color: #18254C;
 }
</style>

background-color css

<style>
 a { background-color: #18254C; }

 a { background-color: rgb(24,37,76); }

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

border-color css

<style>
 span { border-color: #18254C; }

 span { border-color: rgb(24,37,76); }

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