Html Css Color HEX #121542 Midnight Express

📋 copy color: '#121542'

red 18 ◦ green 21 ◦ blue 66

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

Shades of Midnight Express #121542

Tints of Midnight Express #121542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

 BLUE value IS 66 (26.17% from 255) = 62.86%

R = 17.14%
G = 20%
B = 62.86%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#121542 (or 0x121542) is known color: Midnight Express. HEX triplet: 12, 15 and 42. RGB value is (18,21,66). Sum of RGB (Red+Green+Blue) = 18+21+66=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #121542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121542 is #EDEABD. Grayscale: #191919. Windows color (decimal): -15592126 or 4330770. OLE color: 4330770.

HSL color Cylindrical-coordinate representation of color #121542: hue angle of 236.25º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121542 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 21 66 -
CMYK 0.73 0.68 0 0.74
HSL 236.25º 0.57% 0.16% -
HSV(B) 236.25º 0.73% 0.26% -
XYZ 1.5 1.06 5.28 -
YUV 25.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 18 21 66 0.73 0.68 0 0.74 236.25 0.57 0.16
Hex 12 15 42 49 44 0 4A EC 39 10
Octal 22 25 102 111 104 0 112 354 71 20
Binary 10010 10101 1000010 1001001 1000100 0 1001010 11101100 111001 10000

Color Harmonies of #121542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121542

Black with #121542

Text Example


Text Example

White with #121542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121542; }

 p { color: rgb(18,21,66); }

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

background-color css

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

 a { background-color: rgb(18,21,66); }

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

border-color css

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

 span { border-color: rgb(18,21,66); }

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