Html Css Color HEX #121933 Midnight Express

📋 copy color: '#121933'

red 18 ◦ green 25 ◦ blue 51

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

Shades of Midnight Express #121933

Tints of Midnight Express #121933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.6%

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

R = 19.15%
G = 26.6%
B = 54.26%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121933 (or 0x121933) is known color: Midnight Express. HEX triplet: 12, 19 and 33. RGB value is (18,25,51). Sum of RGB (Red+Green+Blue) = 18+25+51=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 51 (20.31% from 255 or 54.26% from 94); Max value from RGB is 51 - color contains mainly: blue. Hex color #121933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121933 is #EDE6CC. Grayscale: #191919. Windows color (decimal): -15591117 or 3348754. OLE color: 3348754.

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

Color convert

RGB 18 25 51 -
CMYK 0.65 0.51 0 0.8
HSL 227.27º 0.48% 0.14% -
HSV(B) 227.27º 0.65% 0.2% -
XYZ 1.19 1.06 3.27 -
YUV 25.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 18 25 51 0.65 0.51 0 0.8 227.27 0.48 0.14
Hex 12 19 33 41 33 0 50 E3 30 E
Octal 22 31 63 101 63 0 120 343 60 16
Binary 10010 11001 110011 1000001 110011 0 1010000 11100011 110000 1110

Color Harmonies of #121933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121933

Black with #121933

Text Example


Text Example

White with #121933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121933; }

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

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

background-color css

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

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

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

border-color css

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

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

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