Html Css Color HEX #121341 Midnight Express

📋 copy color: '#121341'

red 18 ◦ green 19 ◦ blue 65

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

Shades of Midnight Express #121341

Tints of Midnight Express #121341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 17.65%
G = 18.63%
B = 63.73%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121341 (or 0x121341) is known color: Midnight Express. HEX triplet: 12, 13 and 41. RGB value is (18,19,65). Sum of RGB (Red+Green+Blue) = 18+19+65=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #121341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121341 is #EDECBE. Grayscale: #171717. Windows color (decimal): -15592639 or 4264722. OLE color: 4264722.

HSL color Cylindrical-coordinate representation of color #121341: hue angle of 238.72º degrees, saturation: 0.57, 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 #121341 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 19 65 -
CMYK 0.72 0.71 0 0.75
HSL 238.72º 0.57% 0.16% -
HSV(B) 238.72º 0.72% 0.25% -
XYZ 1.44 0.98 5.11 -
YUV 23.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 18 19 65 0.72 0.71 0 0.75 238.72 0.57 0.16
Hex 12 13 41 48 47 0 4B EF 39 10
Octal 22 23 101 110 107 0 113 357 71 20
Binary 10010 10011 1000001 1001000 1000111 0 1001011 11101111 111001 10000

Color Harmonies of #121341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121341

Black with #121341

Text Example


Text Example

White with #121341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121341; }

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

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

background-color css

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

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

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

border-color css

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

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

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