Html Css Color HEX #121748 Midnight Express

📋 copy color: '#121748'

red 18 ◦ green 23 ◦ blue 72

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

Shades of Midnight Express #121748

Tints of Midnight Express #121748

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 15.93%
G = 20.35%
B = 63.72%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121748 (or 0x121748) is known color: Midnight Express. HEX triplet: 12, 17 and 48. RGB value is (18,23,72). Sum of RGB (Red+Green+Blue) = 18+23+72=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #121748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121748 is #EDE8B7. Grayscale: #1A1A1A. Windows color (decimal): -15591608 or 4724498. OLE color: 4724498.

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

Color convert

RGB 18 23 72 -
CMYK 0.75 0.68 0 0.72
HSL 234.44º 0.6% 0.18% -
HSV(B) 234.44º 0.75% 0.28% -
XYZ 1.73 1.21 6.27 -
YUV 27.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 18 23 72 0.75 0.68 0 0.72 234.44 0.6 0.18
Hex 12 17 48 4B 44 0 48 EA 3C 12
Octal 22 27 110 113 104 0 110 352 74 22
Binary 10010 10111 1001000 1001011 1000100 0 1001000 11101010 111100 10010

Color Harmonies of #121748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121748

Black with #121748

Text Example


Text Example

White with #121748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121748; }

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

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

background-color css

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

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

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

border-color css

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

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

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