Html Css Color HEX #121A35 Midnight Express

📋 copy color: '#121A35'

red 18 ◦ green 26 ◦ blue 53

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

Shades of Midnight Express #121A35

Tints of Midnight Express #121A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

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

R = 18.56%
G = 26.8%
B = 54.64%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121A35 (or 0x121A35) is known color: Midnight Express. HEX triplet: 12, 1A and 35. RGB value is (18,26,53). Sum of RGB (Red+Green+Blue) = 18+26+53=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #121A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A35 is #EDE5CA. Grayscale: #1A1A1A. Windows color (decimal): -15590859 or 3480082. OLE color: 3480082.

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

Color convert

RGB 18 26 53 -
CMYK 0.66 0.51 0 0.79
HSL 226.29º 0.49% 0.14% -
HSV(B) 226.29º 0.66% 0.21% -
XYZ 1.26 1.12 3.52 -
YUV 26.69 142.85 121.8 -
System Red Green Blue C M Y K H S L
Decimal 18 26 53 0.66 0.51 0 0.79 226.29 0.49 0.14
Hex 12 1A 35 42 33 0 4F E2 31 E
Octal 22 32 65 102 63 0 117 342 61 16
Binary 10010 11010 110101 1000010 110011 0 1001111 11100010 110001 1110

Color Harmonies of #121A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A35

Black with #121A35

Text Example


Text Example

White with #121A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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