Html Css Color HEX #121533 Midnight Express

📋 copy color: '#121533'

red 18 ◦ green 21 ◦ blue 51

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

Shades of Midnight Express #121533

Tints of Midnight Express #121533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 20%
G = 23.33%
B = 56.67%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121533 (or 0x121533) is known color: Midnight Express. HEX triplet: 12, 15 and 33. RGB value is (18,21,51). Sum of RGB (Red+Green+Blue) = 18+21+51=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #121533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121533 is #EDEACC. Grayscale: #171717. Windows color (decimal): -15592141 or 3347730. OLE color: 3347730.

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

Color convert

RGB 18 21 51 -
CMYK 0.65 0.59 0 0.8
HSL 234.55º 0.48% 0.14% -
HSV(B) 234.55º 0.65% 0.2% -
XYZ 1.12 0.9 3.25 -
YUV 23.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 18 21 51 0.65 0.59 0 0.8 234.55 0.48 0.14
Hex 12 15 33 41 3B 0 50 EB 30 E
Octal 22 25 63 101 73 0 120 353 60 16
Binary 10010 10101 110011 1000001 111011 0 1010000 11101011 110000 1110

Color Harmonies of #121533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121533

Black with #121533

Text Example


Text Example

White with #121533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121533; }

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

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

background-color css

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

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

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

border-color css

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

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

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