Html Css Color HEX #121337 Midnight Express

📋 copy color: '#121337'

red 18 ◦ green 19 ◦ blue 55

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

Shades of Midnight Express #121337

Tints of Midnight Express #121337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 59.78%

R = 19.57%
G = 20.65%
B = 59.78%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#121337 (or 0x121337) is known color: Midnight Express. HEX triplet: 12, 13 and 37. RGB value is (18,19,55). Sum of RGB (Red+Green+Blue) = 18+19+55=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #121337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121337 is #EDECC8. Grayscale: #161616. Windows color (decimal): -15592649 or 3609362. OLE color: 3609362.

HSL color Cylindrical-coordinate representation of color #121337: hue angle of 238.38º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121337 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 19 55 -
CMYK 0.67 0.65 0 0.78
HSL 238.38º 0.51% 0.14% -
HSV(B) 238.38º 0.67% 0.22% -
XYZ 1.17 0.87 3.72 -
YUV 22.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 18 19 55 0.67 0.65 0 0.78 238.38 0.51 0.14
Hex 12 13 37 43 41 0 4E EE 33 E
Octal 22 23 67 103 101 0 116 356 63 16
Binary 10010 10011 110111 1000011 1000001 0 1001110 11101110 110011 1110

Color Harmonies of #121337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121337

Black with #121337

Text Example


Text Example

White with #121337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121337; }

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

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

background-color css

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

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

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

border-color css

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

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

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