Html Css Color HEX #121E35 Midnight Express

📋 copy color: '#121E35'

red 18 ◦ green 30 ◦ blue 53

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

Shades of Midnight Express #121E35

Tints of Midnight Express #121E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 17.82%
G = 29.7%
B = 52.48%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121E35 (or 0x121E35) is known color: Midnight Express. HEX triplet: 12, 1E and 35. RGB value is (18,30,53). Sum of RGB (Red+Green+Blue) = 18+30+53=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #121E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E35 is #EDE1CA. Grayscale: #1C1C1C. Windows color (decimal): -15589835 or 3481106. OLE color: 3481106.

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

Color convert

RGB 18 30 53 -
CMYK 0.66 0.43 0 0.79
HSL 219.43º 0.49% 0.14% -
HSV(B) 219.43º 0.66% 0.21% -
XYZ 1.36 1.31 3.55 -
YUV 29.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 18 30 53 0.66 0.43 0 0.79 219.43 0.49 0.14
Hex 12 1E 35 42 2B 0 4F DB 31 E
Octal 22 36 65 102 53 0 117 333 61 16
Binary 10010 11110 110101 1000010 101011 0 1001111 11011011 110001 1110

Color Harmonies of #121E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E35

Black with #121E35

Text Example


Text Example

White with #121E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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