Html Css Color HEX #121D33 Midnight Express

📋 copy color: '#121D33'

red 18 ◦ green 29 ◦ blue 51

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

Shades of Midnight Express #121D33

Tints of Midnight Express #121D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 52.04%

R = 18.37%
G = 29.59%
B = 52.04%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121D33 (or 0x121D33) is known color: Midnight Express. HEX triplet: 12, 1D and 33. RGB value is (18,29,51). Sum of RGB (Red+Green+Blue) = 18+29+51=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #121D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D33 is #EDE2CC. Grayscale: #1C1C1C. Windows color (decimal): -15590093 or 3349778. OLE color: 3349778.

HSL color Cylindrical-coordinate representation of color #121D33: hue angle of 220º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121D33 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 29 51 -
CMYK 0.65 0.43 0 0.8
HSL 220º 0.48% 0.14% -
HSV(B) 220º 0.65% 0.2% -
XYZ 1.29 1.25 3.3 -
YUV 28.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 18 29 51 0.65 0.43 0 0.8 220 0.48 0.14
Hex 12 1D 33 41 2B 0 50 DC 30 E
Octal 22 35 63 101 53 0 120 334 60 16
Binary 10010 11101 110011 1000001 101011 0 1010000 11011100 110000 1110

Color Harmonies of #121D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D33

Black with #121D33

Text Example


Text Example

White with #121D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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