Html Css Color HEX #121648 Midnight Express

📋 copy color: '#121648'

red 18 ◦ green 22 ◦ blue 72

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

Shades of Midnight Express #121648

Tints of Midnight Express #121648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.64%

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

R = 16.07%
G = 19.64%
B = 64.29%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121648 (or 0x121648) is known color: Midnight Express. HEX triplet: 12, 16 and 48. RGB value is (18,22,72). Sum of RGB (Red+Green+Blue) = 18+22+72=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #121648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121648 is #EDE9B7. Grayscale: #1A1A1A. Windows color (decimal): -15591864 or 4724242. OLE color: 4724242.

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

Color convert

RGB 18 22 72 -
CMYK 0.75 0.69 0 0.72
HSL 235.56º 0.6% 0.18% -
HSV(B) 235.56º 0.75% 0.28% -
XYZ 1.71 1.17 6.27 -
YUV 26.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 18 22 72 0.75 0.69 0 0.72 235.56 0.6 0.18
Hex 12 16 48 4B 45 0 48 EC 3C 12
Octal 22 26 110 113 105 0 110 354 74 22
Binary 10010 10110 1001000 1001011 1000101 0 1001000 11101100 111100 10010

Color Harmonies of #121648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121648

Black with #121648

Text Example


Text Example

White with #121648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121648; }

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

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

background-color css

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

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

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

border-color css

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

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

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