Html Css Color HEX #121B2E Midnight Express

📋 copy color: '#121B2E'

red 18 ◦ green 27 ◦ blue 46

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

Shades of Midnight Express #121B2E

Tints of Midnight Express #121B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 50.55%

R = 19.78%
G = 29.67%
B = 50.55%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121B2E (or 0x121B2E) is known color: Midnight Express. HEX triplet: 12, 1B and 2E. RGB value is (18,27,46). Sum of RGB (Red+Green+Blue) = 18+27+46=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #121B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B2E is #EDE4D1. Grayscale: #1A1A1A. Windows color (decimal): -15590610 or 3021586. OLE color: 3021586.

HSL color Cylindrical-coordinate representation of color #121B2E: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121B2E is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 27 46 -
CMYK 0.61 0.41 0 0.82
HSL 220.71º 0.44% 0.13% -
HSV(B) 220.71º 0.61% 0.18% -
XYZ 1.13 1.11 2.74 -
YUV 26.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 18 27 46 0.61 0.41 0 0.82 220.71 0.44 0.13
Hex 12 1B 2E 3D 29 0 52 DD 2C D
Octal 22 33 56 75 51 0 122 335 54 15
Binary 10010 11011 101110 111101 101001 0 1010010 11011101 101100 1101

Color Harmonies of #121B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B2E

Black with #121B2E

Text Example


Text Example

White with #121B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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