Html Css Color HEX #121F4E Midnight Express

📋 copy color: '#121F4E'

red 18 ◦ green 31 ◦ blue 78

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

Shades of Midnight Express #121F4E

Tints of Midnight Express #121F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

 BLUE value IS 78 (30.86% from 255) = 61.42%

R = 14.17%
G = 24.41%
B = 61.42%

CMYK

 C value IS 0.77

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121F4E (or 0x121F4E) is known color: Midnight Express. HEX triplet: 12, 1F and 4E. RGB value is (18,31,78). Sum of RGB (Red+Green+Blue) = 18+31+78=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #121F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F4E is #EDE0B1. Grayscale: #202020. Windows color (decimal): -15589554 or 5119762. OLE color: 5119762.

HSL color Cylindrical-coordinate representation of color #121F4E: hue angle of 227º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121F4E is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 31 78 -
CMYK 0.77 0.60 0 0.69
HSL 227º 0.63% 0.19% -
HSV(B) 227º 0.77% 0.31% -
XYZ 2.11 1.66 7.42 -
YUV 32.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 18 31 78 0.77 0.60 0 0.69 227 0.63 0.19
Hex 12 1F 4E 4D 3C 0 45 E3 3E 13
Octal 22 37 116 115 74 0 105 343 76 23
Binary 10010 11111 1001110 1001101 111100 0 1000101 11100011 111110 10011

Color Harmonies of #121F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F4E

Black with #121F4E

Text Example


Text Example

White with #121F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F4E; }

 p { color: rgb(18,31,78); }

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

background-color css

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

 a { background-color: rgb(18,31,78); }

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

border-color css

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

 span { border-color: rgb(18,31,78); }

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