Html Css Color HEX #121C37 Midnight Express

📋 copy color: '#121C37'

red 18 ◦ green 28 ◦ blue 55

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

Shades of Midnight Express #121C37

Tints of Midnight Express #121C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

 BLUE value IS 55 (21.88% from 255) = 54.46%

R = 17.82%
G = 27.72%
B = 54.46%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121C37 (or 0x121C37) is known color: Midnight Express. HEX triplet: 12, 1C and 37. RGB value is (18,28,55). Sum of RGB (Red+Green+Blue) = 18+28+55=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #121C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C37 is #EDE3C8. Grayscale: #1B1B1B. Windows color (decimal): -15590345 or 3611666. OLE color: 3611666.

HSL color Cylindrical-coordinate representation of color #121C37: hue angle of 223.78º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121C37 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 28 55 -
CMYK 0.67 0.49 0 0.78
HSL 223.78º 0.51% 0.14% -
HSV(B) 223.78º 0.67% 0.22% -
XYZ 1.35 1.23 3.78 -
YUV 28.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 18 28 55 0.67 0.49 0 0.78 223.78 0.51 0.14
Hex 12 1C 37 43 31 0 4E E0 33 E
Octal 22 34 67 103 61 0 116 340 63 16
Binary 10010 11100 110111 1000011 110001 0 1001110 11100000 110011 1110

Color Harmonies of #121C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C37

Black with #121C37

Text Example


Text Example

White with #121C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121C37; }

 p { color: rgb(18,28,55); }

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

background-color css

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

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

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

border-color css

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

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

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