Html Css Color HEX #121439 Midnight Express

📋 copy color: '#121439'

red 18 ◦ green 20 ◦ blue 57

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

Shades of Midnight Express #121439

Tints of Midnight Express #121439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 60%

R = 18.95%
G = 21.05%
B = 60%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121439 (or 0x121439) is known color: Midnight Express. HEX triplet: 12, 14 and 39. RGB value is (18,20,57). Sum of RGB (Red+Green+Blue) = 18+20+57=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #121439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121439 is #EDEBC6. Grayscale: #171717. Windows color (decimal): -15592391 or 3740690. OLE color: 3740690.

HSL color Cylindrical-coordinate representation of color #121439: hue angle of 236.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121439 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 20 57 -
CMYK 0.68 0.65 0 0.78
HSL 236.92º 0.52% 0.15% -
HSV(B) 236.92º 0.68% 0.22% -
XYZ 1.24 0.92 3.98 -
YUV 23.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 18 20 57 0.68 0.65 0 0.78 236.92 0.52 0.15
Hex 12 14 39 44 41 0 4E ED 34 F
Octal 22 24 71 104 101 0 116 355 64 17
Binary 10010 10100 111001 1000100 1000001 0 1001110 11101101 110100 1111

Color Harmonies of #121439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121439

Black with #121439

Text Example


Text Example

White with #121439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121439; }

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

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

background-color css

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

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

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

border-color css

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

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

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