Html Css Color HEX #121343 Midnight Express

📋 copy color: '#121343'

red 18 ◦ green 19 ◦ blue 67

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

Shades of Midnight Express #121343

Tints of Midnight Express #121343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

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

R = 17.31%
G = 18.27%
B = 64.42%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121343 (or 0x121343) is known color: Midnight Express. HEX triplet: 12, 13 and 43. RGB value is (18,19,67). Sum of RGB (Red+Green+Blue) = 18+19+67=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #121343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121343 is #EDECBC. Grayscale: #171717. Windows color (decimal): -15592637 or 4395794. OLE color: 4395794.

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

Color convert

RGB 18 19 67 -
CMYK 0.73 0.72 0 0.74
HSL 238.78º 0.58% 0.17% -
HSV(B) 238.78º 0.73% 0.26% -
XYZ 1.5 1 5.42 -
YUV 24.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 18 19 67 0.73 0.72 0 0.74 238.78 0.58 0.17
Hex 12 13 43 49 48 0 4A EF 3A 11
Octal 22 23 103 111 110 0 112 357 72 21
Binary 10010 10011 1000011 1001001 1001000 0 1001010 11101111 111010 10001

Color Harmonies of #121343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121343

Black with #121343

Text Example


Text Example

White with #121343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121343; }

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

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

background-color css

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

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

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

border-color css

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

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

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