Html Css Color HEX #121D37 Midnight Express

📋 copy color: '#121D37'

red 18 ◦ green 29 ◦ blue 55

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

Shades of Midnight Express #121D37

Tints of Midnight Express #121D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.43%

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

R = 17.65%
G = 28.43%
B = 53.92%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121D37 (or 0x121D37) is known color: Midnight Express. HEX triplet: 12, 1D and 37. RGB value is (18,29,55). Sum of RGB (Red+Green+Blue) = 18+29+55=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #121D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D37 is #EDE2C8. Grayscale: #1C1C1C. Windows color (decimal): -15590089 or 3611922. OLE color: 3611922.

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

Color convert

RGB 18 29 55 -
CMYK 0.67 0.47 0 0.78
HSL 222.16º 0.51% 0.14% -
HSV(B) 222.16º 0.67% 0.22% -
XYZ 1.38 1.28 3.79 -
YUV 28.68 142.86 120.39 -
System Red Green Blue C M Y K H S L
Decimal 18 29 55 0.67 0.47 0 0.78 222.16 0.51 0.14
Hex 12 1D 37 43 2F 0 4E DE 33 E
Octal 22 35 67 103 57 0 116 336 63 16
Binary 10010 11101 110111 1000011 101111 0 1001110 11011110 110011 1110

Color Harmonies of #121D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D37

Black with #121D37

Text Example


Text Example

White with #121D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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