Html Css Color HEX #121C34 Midnight Express

📋 copy color: '#121C34'

red 18 ◦ green 28 ◦ blue 52

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

Shades of Midnight Express #121C34

Tints of Midnight Express #121C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 53.06%

R = 18.37%
G = 28.57%
B = 53.06%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121C34 (or 0x121C34) is known color: Midnight Express. HEX triplet: 12, 1C and 34. RGB value is (18,28,52). Sum of RGB (Red+Green+Blue) = 18+28+52=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #121C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C34 is #EDE3CB. Grayscale: #1B1B1B. Windows color (decimal): -15590348 or 3415058. OLE color: 3415058.

HSL color Cylindrical-coordinate representation of color #121C34: hue angle of 222.35º degrees, saturation: 0.49, 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 #121C34 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 28 52 -
CMYK 0.65 0.46 0 0.80
HSL 222.35º 0.49% 0.14% -
HSV(B) 222.35º 0.65% 0.2% -
XYZ 1.28 1.21 3.41 -
YUV 27.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 18 28 52 0.65 0.46 0 0.80 222.35 0.49 0.14
Hex 12 1C 34 41 2E 0 50 DE 31 E
Octal 22 34 64 101 56 0 120 336 61 16
Binary 10010 11100 110100 1000001 101110 0 1010000 11011110 110001 1110

Color Harmonies of #121C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C34

Black with #121C34

Text Example


Text Example

White with #121C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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