Html Css Color HEX #121633 Midnight Express

📋 copy color: '#121633'

red 18 ◦ green 22 ◦ blue 51

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

Shades of Midnight Express #121633

Tints of Midnight Express #121633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.18%

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

R = 19.78%
G = 24.18%
B = 56.04%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121633 (or 0x121633) is known color: Midnight Express. HEX triplet: 12, 16 and 33. RGB value is (18,22,51). Sum of RGB (Red+Green+Blue) = 18+22+51=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #121633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121633 is #EDE9CC. Grayscale: #171717. Windows color (decimal): -15591885 or 3347986. OLE color: 3347986.

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

Color convert

RGB 18 22 51 -
CMYK 0.65 0.57 0 0.8
HSL 232.73º 0.48% 0.14% -
HSV(B) 232.73º 0.65% 0.2% -
XYZ 1.13 0.94 3.25 -
YUV 24.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 18 22 51 0.65 0.57 0 0.8 232.73 0.48 0.14
Hex 12 16 33 41 39 0 50 E9 30 E
Octal 22 26 63 101 71 0 120 351 60 16
Binary 10010 10110 110011 1000001 111001 0 1010000 11101001 110000 1110

Color Harmonies of #121633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121633

Black with #121633

Text Example


Text Example

White with #121633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121633; }

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

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

background-color css

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

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

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

border-color css

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

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

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