Html Css Color HEX #121143 Midnight Express

📋 copy color: '#121143'

red 18 ◦ green 17 ◦ blue 67

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

Shades of Midnight Express #121143

Tints of Midnight Express #121143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 65.69%

R = 17.65%
G = 16.67%
B = 65.69%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121143 (or 0x121143) is known color: Midnight Express. HEX triplet: 12, 11 and 43. RGB value is (18,17,67). Sum of RGB (Red+Green+Blue) = 18+17+67=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #121143 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121143 is #EDEEBC. Grayscale: #161616. Windows color (decimal): -15593149 or 4395282. OLE color: 4395282.

HSL color Cylindrical-coordinate representation of color #121143: hue angle of 241.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121143 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 17 67 -
CMYK 0.73 0.75 0 0.74
HSL 241.2º 0.6% 0.16% -
HSV(B) 241.2º 0.75% 0.26% -
XYZ 1.46 0.93 5.41 -
YUV 23 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 18 17 67 0.73 0.75 0 0.74 241.2 0.6 0.16
Hex 12 11 43 49 4B 0 4A F1 3C 10
Octal 22 21 103 111 113 0 112 361 74 20
Binary 10010 10001 1000011 1001001 1001011 0 1001010 11110001 111100 10000

Color Harmonies of #121143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121143

Black with #121143

Text Example


Text Example

White with #121143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121143; }

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

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

background-color css

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

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

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

border-color css

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

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

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