Html Css Color HEX #121248 Midnight Express

📋 copy color: '#121248'

red 18 ◦ green 18 ◦ blue 72

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

Shades of Midnight Express #121248

Tints of Midnight Express #121248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 16.67%
G = 16.67%
B = 66.67%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121248 (or 0x121248) is known color: Midnight Express. HEX triplet: 12, 12 and 48. RGB value is (18,18,72). Sum of RGB (Red+Green+Blue) = 18+18+72=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #121248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121248 is #EDEDB7. Grayscale: #171717. Windows color (decimal): -15592888 or 4723218. OLE color: 4723218.

HSL color Cylindrical-coordinate representation of color #121248: hue angle of 240º 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 #121248 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 18 72 -
CMYK 0.75 0.75 0 0.72
HSL 240º 0.6% 0.18% -
HSV(B) 240º 0.75% 0.28% -
XYZ 1.64 1.03 6.24 -
YUV 24.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 18 18 72 0.75 0.75 0 0.72 240 0.6 0.18
Hex 12 12 48 4B 4B 0 48 F0 3C 12
Octal 22 22 110 113 113 0 110 360 74 22
Binary 10010 10010 1001000 1001011 1001011 0 1001000 11110000 111100 10010

Color Harmonies of #121248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121248

Black with #121248

Text Example


Text Example

White with #121248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121248; }

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

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

background-color css

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

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

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

border-color css

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

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

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