Html Css Color HEX #121835 Midnight Express

📋 copy color: '#121835'

red 18 ◦ green 24 ◦ blue 53

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

Shades of Midnight Express #121835

Tints of Midnight Express #121835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

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

R = 18.95%
G = 25.26%
B = 55.79%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121835 (or 0x121835) is known color: Midnight Express. HEX triplet: 12, 18 and 35. RGB value is (18,24,53). Sum of RGB (Red+Green+Blue) = 18+24+53=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #121835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121835 is #EDE7CA. Grayscale: #191919. Windows color (decimal): -15591371 or 3479570. OLE color: 3479570.

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

Color convert

RGB 18 24 53 -
CMYK 0.66 0.55 0 0.79
HSL 229.71º 0.49% 0.14% -
HSV(B) 229.71º 0.66% 0.21% -
XYZ 1.22 1.04 3.5 -
YUV 25.51 143.51 122.64 -
System Red Green Blue C M Y K H S L
Decimal 18 24 53 0.66 0.55 0 0.79 229.71 0.49 0.14
Hex 12 18 35 42 37 0 4F E6 31 E
Octal 22 30 65 102 67 0 117 346 61 16
Binary 10010 11000 110101 1000010 110111 0 1001111 11100110 110001 1110

Color Harmonies of #121835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121835

Black with #121835

Text Example


Text Example

White with #121835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121835; }

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

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

background-color css

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

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

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

border-color css

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

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

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