Html Css Color HEX #121A38 Midnight Express

📋 copy color: '#121A38'

red 18 ◦ green 26 ◦ blue 56

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

Shades of Midnight Express #121A38

Tints of Midnight Express #121A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26%

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

R = 18%
G = 26%
B = 56%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121A38 (or 0x121A38) is known color: Midnight Express. HEX triplet: 12, 1A and 38. RGB value is (18,26,56). Sum of RGB (Red+Green+Blue) = 18+26+56=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #121A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A38 is #EDE5C7. Grayscale: #1A1A1A. Windows color (decimal): -15590856 or 3676690. OLE color: 3676690.

HSL color Cylindrical-coordinate representation of color #121A38: hue angle of 227.37º 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 #121A38 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 26 56 -
CMYK 0.68 0.54 0 0.78
HSL 227.37º 0.51% 0.15% -
HSV(B) 227.37º 0.68% 0.22% -
XYZ 1.33 1.15 3.89 -
YUV 27.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 18 26 56 0.68 0.54 0 0.78 227.37 0.51 0.15
Hex 12 1A 38 44 36 0 4E E3 33 F
Octal 22 32 70 104 66 0 116 343 63 17
Binary 10010 11010 111000 1000100 110110 0 1001110 11100011 110011 1111

Color Harmonies of #121A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A38

Black with #121A38

Text Example


Text Example

White with #121A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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