Html Css Color HEX #121136 Midnight Express

📋 copy color: '#121136'

red 18 ◦ green 17 ◦ blue 54

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

Shades of Midnight Express #121136

Tints of Midnight Express #121136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 54 (21.48% from 255) = 60.67%

R = 20.22%
G = 19.1%
B = 60.67%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121136 (or 0x121136) is known color: Midnight Express. HEX triplet: 12, 11 and 36. RGB value is (18,17,54). Sum of RGB (Red+Green+Blue) = 18+17+54=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #121136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121136 is #EDEEC9. Grayscale: #151515. Windows color (decimal): -15593162 or 3543314. OLE color: 3543314.

HSL color Cylindrical-coordinate representation of color #121136: hue angle of 241.62º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121136 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 17 54 -
CMYK 0.67 0.69 0 0.79
HSL 241.62º 0.52% 0.14% -
HSV(B) 241.62º 0.69% 0.21% -
XYZ 1.12 0.8 3.58 -
YUV 21.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 18 17 54 0.67 0.69 0 0.79 241.62 0.52 0.14
Hex 12 11 36 43 45 0 4F F2 34 E
Octal 22 21 66 103 105 0 117 362 64 16
Binary 10010 10001 110110 1000011 1000101 0 1001111 11110010 110100 1110

Color Harmonies of #121136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121136

Black with #121136

Text Example


Text Example

White with #121136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121136; }

 p { color: rgb(18,17,54); }

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

background-color css

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

 a { background-color: rgb(18,17,54); }

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

border-color css

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

 span { border-color: rgb(18,17,54); }

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