Html Css Color HEX #121C33 Midnight Express

📋 copy color: '#121C33'

red 18 ◦ green 28 ◦ blue 51

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

Shades of Midnight Express #121C33

Tints of Midnight Express #121C33

RGB

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

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

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

R = 18.56%
G = 28.87%
B = 52.58%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121C33 (or 0x121C33) is known color: Midnight Express. HEX triplet: 12, 1C and 33. RGB value is (18,28,51). Sum of RGB (Red+Green+Blue) = 18+28+51=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 51 (20.31% from 255 or 52.58% from 97); Max value from RGB is 51 - color contains mainly: blue. Hex color #121C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C33 is #EDE3CC. Grayscale: #1B1B1B. Windows color (decimal): -15590349 or 3349522. OLE color: 3349522.

HSL color Cylindrical-coordinate representation of color #121C33: hue angle of 221.82º 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 #121C33 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 18 28 51 -
CMYK 0.65 0.45 0 0.8
HSL 221.82º 0.48% 0.14% -
HSV(B) 221.82º 0.65% 0.2% -
XYZ 1.26 1.2 3.3 -
YUV 27.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 18 28 51 0.65 0.45 0 0.8 221.82 0.48 0.14
Hex 12 1C 33 41 2D 0 50 DE 30 E
Octal 22 34 63 101 55 0 120 336 60 16
Binary 10010 11100 110011 1000001 101101 0 1010000 11011110 110000 1110

Color Harmonies of #121C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C33

Black with #121C33

Text Example


Text Example

White with #121C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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