Html Css Color HEX #121B32 Midnight Express

📋 copy color: '#121B32'

red 18 ◦ green 27 ◦ blue 50

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

Shades of Midnight Express #121B32

Tints of Midnight Express #121B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 52.63%

R = 18.95%
G = 28.42%
B = 52.63%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121B32 (or 0x121B32) is known color: Midnight Express. HEX triplet: 12, 1B and 32. RGB value is (18,27,50). Sum of RGB (Red+Green+Blue) = 18+27+50=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #121B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B32 is #EDE4CD. Grayscale: #1A1A1A. Windows color (decimal): -15590606 or 3283730. OLE color: 3283730.

HSL color Cylindrical-coordinate representation of color #121B32: hue angle of 223.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121B32 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 27 50 -
CMYK 0.64 0.46 0 0.80
HSL 223.13º 0.47% 0.13% -
HSV(B) 223.13º 0.64% 0.2% -
XYZ 1.22 1.14 3.17 -
YUV 26.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 18 27 50 0.64 0.46 0 0.80 223.13 0.47 0.13
Hex 12 1B 32 40 2E 0 50 DF 2F D
Octal 22 33 62 100 56 0 120 337 57 15
Binary 10010 11011 110010 1000000 101110 0 1010000 11011111 101111 1101

Color Harmonies of #121B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B32

Black with #121B32

Text Example


Text Example

White with #121B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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