Html Css Color HEX #121B39 Midnight Express

📋 copy color: '#121B39'

red 18 ◦ green 27 ◦ blue 57

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

Shades of Midnight Express #121B39

Tints of Midnight Express #121B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 55.88%

R = 17.65%
G = 26.47%
B = 55.88%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121B39 (or 0x121B39) is known color: Midnight Express. HEX triplet: 12, 1B and 39. RGB value is (18,27,57). Sum of RGB (Red+Green+Blue) = 18+27+57=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #121B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B39 is #EDE4C6. Grayscale: #1B1B1B. Windows color (decimal): -15590599 or 3742482. OLE color: 3742482.

HSL color Cylindrical-coordinate representation of color #121B39: hue angle of 226.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121B39 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 27 57 -
CMYK 0.68 0.53 0 0.78
HSL 226.15º 0.52% 0.15% -
HSV(B) 226.15º 0.68% 0.22% -
XYZ 1.38 1.21 4.03 -
YUV 27.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 18 27 57 0.68 0.53 0 0.78 226.15 0.52 0.15
Hex 12 1B 39 44 35 0 4E E2 34 F
Octal 22 33 71 104 65 0 116 342 64 17
Binary 10010 11011 111001 1000100 110101 0 1001110 11100010 110100 1111

Color Harmonies of #121B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B39

Black with #121B39

Text Example


Text Example

White with #121B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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