Html Css Color HEX #121437 Midnight Express

📋 copy color: '#121437'

red 18 ◦ green 20 ◦ blue 55

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

Shades of Midnight Express #121437

Tints of Midnight Express #121437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 19.35%
G = 21.51%
B = 59.14%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121437 (or 0x121437) is known color: Midnight Express. HEX triplet: 12, 14 and 37. RGB value is (18,20,55). Sum of RGB (Red+Green+Blue) = 18+20+55=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #121437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121437 is #EDEBC8. Grayscale: #171717. Windows color (decimal): -15592393 or 3609618. OLE color: 3609618.

HSL color Cylindrical-coordinate representation of color #121437: hue angle of 236.76º 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 #121437 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 20 55 -
CMYK 0.67 0.64 0 0.78
HSL 236.76º 0.51% 0.14% -
HSV(B) 236.76º 0.67% 0.22% -
XYZ 1.19 0.9 3.73 -
YUV 23.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 18 20 55 0.67 0.64 0 0.78 236.76 0.51 0.14
Hex 12 14 37 43 40 0 4E ED 33 E
Octal 22 24 67 103 100 0 116 355 63 16
Binary 10010 10100 110111 1000011 1000000 0 1001110 11101101 110011 1110

Color Harmonies of #121437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121437

Black with #121437

Text Example


Text Example

White with #121437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121437; }

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

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

background-color css

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

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

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

border-color css

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

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

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