Html Css Color HEX #121438 Midnight Express

📋 copy color: '#121438'

red 18 ◦ green 20 ◦ blue 56

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

Shades of Midnight Express #121438

Tints of Midnight Express #121438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 59.57%

R = 19.15%
G = 21.28%
B = 59.57%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121438 (or 0x121438) is known color: Midnight Express. HEX triplet: 12, 14 and 38. RGB value is (18,20,56). Sum of RGB (Red+Green+Blue) = 18+20+56=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #121438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121438 is #EDEBC7. Grayscale: #171717. Windows color (decimal): -15592392 or 3675154. OLE color: 3675154.

HSL color Cylindrical-coordinate representation of color #121438: hue angle of 236.84º degrees, saturation: 0.51, 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 #121438 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 20 56 -
CMYK 0.68 0.64 0 0.78
HSL 236.84º 0.51% 0.15% -
HSV(B) 236.84º 0.68% 0.22% -
XYZ 1.21 0.91 3.85 -
YUV 23.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 18 20 56 0.68 0.64 0 0.78 236.84 0.51 0.15
Hex 12 14 38 44 40 0 4E ED 33 F
Octal 22 24 70 104 100 0 116 355 63 17
Binary 10010 10100 111000 1000100 1000000 0 1001110 11101101 110011 1111

Color Harmonies of #121438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121438

Black with #121438

Text Example


Text Example

White with #121438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121438; }

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

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

background-color css

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

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

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

border-color css

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

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

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