Html Css Color HEX #121344 Midnight Express

📋 copy color: '#121344'

red 18 ◦ green 19 ◦ blue 68

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

Shades of Midnight Express #121344

Tints of Midnight Express #121344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 64.76%

R = 17.14%
G = 18.1%
B = 64.76%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121344 (or 0x121344) is known color: Midnight Express. HEX triplet: 12, 13 and 44. RGB value is (18,19,68). Sum of RGB (Red+Green+Blue) = 18+19+68=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #121344 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121344 is #EDECBB. Grayscale: #181818. Windows color (decimal): -15592636 or 4461330. OLE color: 4461330.

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

Color convert

RGB 18 19 68 -
CMYK 0.74 0.72 0 0.73
HSL 238.8º 0.58% 0.17% -
HSV(B) 238.8º 0.74% 0.27% -
XYZ 1.53 1.01 5.58 -
YUV 24.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 18 19 68 0.74 0.72 0 0.73 238.8 0.58 0.17
Hex 12 13 44 4A 48 0 49 EF 3A 11
Octal 22 23 104 112 110 0 111 357 72 21
Binary 10010 10011 1000100 1001010 1001000 0 1001001 11101111 111010 10001

Color Harmonies of #121344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121344

Black with #121344

Text Example


Text Example

White with #121344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121344; }

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

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

background-color css

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

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

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

border-color css

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

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

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