Html Css Color HEX #121434 Midnight Express

📋 copy color: '#121434'

red 18 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #121434

Tints of Midnight Express #121434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 52 (20.7% from 255) = 57.78%

R = 20%
G = 22.22%
B = 57.78%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#121434 (or 0x121434) is known color: Midnight Express. HEX triplet: 12, 14 and 34. RGB value is (18,20,52). Sum of RGB (Red+Green+Blue) = 18+20+52=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 52 (20.70% from 255 or 57.78% from 90); Max value from RGB is 52 - color contains mainly: blue. Hex color #121434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121434 is #EDEBCB. Grayscale: #161616. Windows color (decimal): -15592396 or 3413010. OLE color: 3413010.

HSL color Cylindrical-coordinate representation of color #121434: hue angle of 236.47º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121434 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 20 52 -
CMYK 0.65 0.62 0 0.80
HSL 236.47º 0.49% 0.14% -
HSV(B) 236.47º 0.65% 0.2% -
XYZ 1.12 0.88 3.36 -
YUV 23.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 18 20 52 0.65 0.62 0 0.80 236.47 0.49 0.14
Hex 12 14 34 41 3E 0 50 EC 31 E
Octal 22 24 64 101 76 0 120 354 61 16
Binary 10010 10100 110100 1000001 111110 0 1010000 11101100 110001 1110

Color Harmonies of #121434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121434

Black with #121434

Text Example


Text Example

White with #121434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121434; }

 p { color: rgb(18,20,52); }

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

background-color css

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

 a { background-color: rgb(18,20,52); }

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

border-color css

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

 span { border-color: rgb(18,20,52); }

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