Html Css Color HEX #121545 Midnight Express

📋 copy color: '#121545'

red 18 ◦ green 21 ◦ blue 69

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

Shades of Midnight Express #121545

Tints of Midnight Express #121545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 63.89%

R = 16.67%
G = 19.44%
B = 63.89%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121545 (or 0x121545) is known color: Midnight Express. HEX triplet: 12, 15 and 45. RGB value is (18,21,69). Sum of RGB (Red+Green+Blue) = 18+21+69=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #121545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121545 is #EDEABA. Grayscale: #191919. Windows color (decimal): -15592123 or 4527378. OLE color: 4527378.

HSL color Cylindrical-coordinate representation of color #121545: hue angle of 236.47º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121545 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 21 69 -
CMYK 0.74 0.70 0 0.73
HSL 236.47º 0.59% 0.17% -
HSV(B) 236.47º 0.74% 0.27% -
XYZ 1.59 1.09 5.76 -
YUV 25.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 18 21 69 0.74 0.70 0 0.73 236.47 0.59 0.17
Hex 12 15 45 4A 46 0 49 EC 3B 11
Octal 22 25 105 112 106 0 111 354 73 21
Binary 10010 10101 1000101 1001010 1000110 0 1001001 11101100 111011 10001

Color Harmonies of #121545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121545

Black with #121545

Text Example


Text Example

White with #121545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121545; }

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

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

background-color css

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

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

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

border-color css

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

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

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