Html Css Color HEX #121335 Midnight Express

📋 copy color: '#121335'

red 18 ◦ green 19 ◦ blue 53

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

Shades of Midnight Express #121335

Tints of Midnight Express #121335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

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

R = 20%
G = 21.11%
B = 58.89%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#121335 (or 0x121335) is known color: Midnight Express. HEX triplet: 12, 13 and 35. RGB value is (18,19,53). Sum of RGB (Red+Green+Blue) = 18+19+53=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #121335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121335 is #EDECCA. Grayscale: #161616. Windows color (decimal): -15592651 or 3478290. OLE color: 3478290.

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

Color convert

RGB 18 19 53 -
CMYK 0.66 0.64 0 0.79
HSL 238.29º 0.49% 0.14% -
HSV(B) 238.29º 0.66% 0.21% -
XYZ 1.12 0.85 3.47 -
YUV 22.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 18 19 53 0.66 0.64 0 0.79 238.29 0.49 0.14
Hex 12 13 35 42 40 0 4F EE 31 E
Octal 22 23 65 102 100 0 117 356 61 16
Binary 10010 10011 110101 1000010 1000000 0 1001111 11101110 110001 1110

Color Harmonies of #121335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121335

Black with #121335

Text Example


Text Example

White with #121335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121335; }

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

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

background-color css

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

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

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

border-color css

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

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

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