Html Css Color HEX #121340 Midnight Express

📋 copy color: '#121340'

red 18 ◦ green 19 ◦ blue 64

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

Shades of Midnight Express #121340

Tints of Midnight Express #121340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 63.37%

R = 17.82%
G = 18.81%
B = 63.37%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121340 (or 0x121340) is known color: Midnight Express. HEX triplet: 12, 13 and 40. RGB value is (18,19,64). Sum of RGB (Red+Green+Blue) = 18+19+64=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #121340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121340 is #EDECBF. Grayscale: #171717. Windows color (decimal): -15592640 or 4199186. OLE color: 4199186.

HSL color Cylindrical-coordinate representation of color #121340: hue angle of 238.7º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121340 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 19 64 -
CMYK 0.72 0.70 0 0.75
HSL 238.7º 0.56% 0.16% -
HSV(B) 238.7º 0.72% 0.25% -
XYZ 1.41 0.96 4.96 -
YUV 23.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 18 19 64 0.72 0.70 0 0.75 238.7 0.56 0.16
Hex 12 13 40 48 46 0 4B EF 38 10
Octal 22 23 100 110 106 0 113 357 70 20
Binary 10010 10011 1000000 1001000 1000110 0 1001011 11101111 111000 10000

Color Harmonies of #121340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121340

Black with #121340

Text Example


Text Example

White with #121340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121340; }

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

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

background-color css

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

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

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

border-color css

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

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

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