Html Css Color HEX #121941 Midnight Express

📋 copy color: '#121941'

red 18 ◦ green 25 ◦ blue 65

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

Shades of Midnight Express #121941

Tints of Midnight Express #121941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

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

R = 16.67%
G = 23.15%
B = 60.19%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#121941 (or 0x121941) is known color: Midnight Express. HEX triplet: 12, 19 and 41. RGB value is (18,25,65). Sum of RGB (Red+Green+Blue) = 18+25+65=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #121941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121941 is #EDE6BE. Grayscale: #1B1B1B. Windows color (decimal): -15591103 or 4266258. OLE color: 4266258.

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

Color convert

RGB 18 25 65 -
CMYK 0.72 0.62 0 0.75
HSL 231.06º 0.57% 0.16% -
HSV(B) 231.06º 0.72% 0.25% -
XYZ 1.55 1.21 5.15 -
YUV 27.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 18 25 65 0.72 0.62 0 0.75 231.06 0.57 0.16
Hex 12 19 41 48 3E 0 4B E7 39 10
Octal 22 31 101 110 76 0 113 347 71 20
Binary 10010 11001 1000001 1001000 111110 0 1001011 11100111 111001 10000

Color Harmonies of #121941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121941

Black with #121941

Text Example


Text Example

White with #121941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121941; }

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

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

background-color css

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

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

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

border-color css

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

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

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