Html Css Color HEX #121B33 Midnight Express

📋 copy color: '#121B33'

red 18 ◦ green 27 ◦ blue 51

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

Shades of Midnight Express #121B33

Tints of Midnight Express #121B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.13%

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

R = 18.75%
G = 28.13%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#121B33 (or 0x121B33) is known color: Midnight Express. HEX triplet: 12, 1B and 33. RGB value is (18,27,51). Sum of RGB (Red+Green+Blue) = 18+27+51=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 51 (20.31% from 255 or 53.12% from 96); Max value from RGB is 51 - color contains mainly: blue. Hex color #121B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B33 is #EDE4CC. Grayscale: #1A1A1A. Windows color (decimal): -15590605 or 3349266. OLE color: 3349266.

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

Color convert

RGB 18 27 51 -
CMYK 0.65 0.47 0 0.8
HSL 223.64º 0.48% 0.14% -
HSV(B) 223.64º 0.65% 0.2% -
XYZ 1.24 1.15 3.29 -
YUV 27.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 18 27 51 0.65 0.47 0 0.8 223.64 0.48 0.14
Hex 12 1B 33 41 2F 0 50 E0 30 E
Octal 22 33 63 101 57 0 120 340 60 16
Binary 10010 11011 110011 1000001 101111 0 1010000 11100000 110000 1110

Color Harmonies of #121B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B33

Black with #121B33

Text Example


Text Example

White with #121B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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