Html Css Color HEX #121635 Midnight Express

📋 copy color: '#121635'

red 18 ◦ green 22 ◦ blue 53

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

Shades of Midnight Express #121635

Tints of Midnight Express #121635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.66%

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

R = 19.35%
G = 23.66%
B = 56.99%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121635 (or 0x121635) is known color: Midnight Express. HEX triplet: 12, 16 and 35. RGB value is (18,22,53). Sum of RGB (Red+Green+Blue) = 18+22+53=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #121635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121635 is #EDE9CA. Grayscale: #181818. Windows color (decimal): -15591883 or 3479058. OLE color: 3479058.

HSL color Cylindrical-coordinate representation of color #121635: hue angle of 233.14º 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 #121635 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 22 53 -
CMYK 0.66 0.58 0 0.79
HSL 233.14º 0.49% 0.14% -
HSV(B) 233.14º 0.66% 0.21% -
XYZ 1.18 0.96 3.49 -
YUV 24.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 18 22 53 0.66 0.58 0 0.79 233.14 0.49 0.14
Hex 12 16 35 42 3A 0 4F E9 31 E
Octal 22 26 65 102 72 0 117 351 61 16
Binary 10010 10110 110101 1000010 111010 0 1001111 11101001 110001 1110

Color Harmonies of #121635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121635

Black with #121635

Text Example


Text Example

White with #121635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121635; }

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

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

background-color css

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

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

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

border-color css

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

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

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