Html Css Color HEX #121535 Midnight Express

📋 copy color: '#121535'

red 18 ◦ green 21 ◦ blue 53

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

Shades of Midnight Express #121535

Tints of Midnight Express #121535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 57.61%

R = 19.57%
G = 22.83%
B = 57.61%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121535 (or 0x121535) is known color: Midnight Express. HEX triplet: 12, 15 and 35. RGB value is (18,21,53). Sum of RGB (Red+Green+Blue) = 18+21+53=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #121535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121535 is #EDEACA. Grayscale: #171717. Windows color (decimal): -15592139 or 3478802. OLE color: 3478802.

HSL color Cylindrical-coordinate representation of color #121535: hue angle of 234.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121535 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 21 53 -
CMYK 0.66 0.60 0 0.79
HSL 234.86º 0.49% 0.14% -
HSV(B) 234.86º 0.66% 0.21% -
XYZ 1.16 0.92 3.48 -
YUV 23.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 18 21 53 0.66 0.60 0 0.79 234.86 0.49 0.14
Hex 12 15 35 42 3C 0 4F EB 31 E
Octal 22 25 65 102 74 0 117 353 61 16
Binary 10010 10101 110101 1000010 111100 0 1001111 11101011 110001 1110

Color Harmonies of #121535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121535

Black with #121535

Text Example


Text Example

White with #121535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121535; }

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

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

background-color css

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

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

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

border-color css

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

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

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