Html Css Color HEX #121848 Midnight Express

📋 copy color: '#121848'

red 18 ◦ green 24 ◦ blue 72

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

Shades of Midnight Express #121848

Tints of Midnight Express #121848

RGB

 RED value IS 18 (7.42% from 255) = 15.79%

 GREEN value IS 24 (9.77% from 255) = 21.05%

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 15.79%
G = 21.05%
B = 63.16%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121848 (or 0x121848) is known color: Midnight Express. HEX triplet: 12, 18 and 48. RGB value is (18,24,72). Sum of RGB (Red+Green+Blue) = 18+24+72=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #121848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121848 is #EDE7B7. Grayscale: #1B1B1B. Windows color (decimal): -15591352 or 4724754. OLE color: 4724754.

HSL color Cylindrical-coordinate representation of color #121848: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121848 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 24 72 -
CMYK 0.75 0.67 0 0.72
HSL 233.33º 0.6% 0.18% -
HSV(B) 233.33º 0.75% 0.28% -
XYZ 1.75 1.25 6.28 -
YUV 27.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 18 24 72 0.75 0.67 0 0.72 233.33 0.6 0.18
Hex 12 18 48 4B 43 0 48 E9 3C 12
Octal 22 30 110 113 103 0 110 351 74 22
Binary 10010 11000 1001000 1001011 1000011 0 1001000 11101001 111100 10010

Color Harmonies of #121848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121848

Black with #121848

Text Example


Text Example

White with #121848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121848; }

 p { color: rgb(18,24,72); }

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

background-color css

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

 a { background-color: rgb(18,24,72); }

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

border-color css

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

 span { border-color: rgb(18,24,72); }

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