Html Css Color HEX #121F4C Midnight Express

📋 copy color: '#121F4C'

red 18 ◦ green 31 ◦ blue 76

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

Shades of Midnight Express #121F4C

Tints of Midnight Express #121F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 60.8%

R = 14.4%
G = 24.8%
B = 60.8%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#121F4C (or 0x121F4C) is known color: Midnight Express. HEX triplet: 12, 1F and 4C. RGB value is (18,31,76). Sum of RGB (Red+Green+Blue) = 18+31+76=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 76 (30.08% from 255 or 60.8% from 125); Max value from RGB is 76 - color contains mainly: blue. Hex color #121F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F4C is #EDE0B3. Grayscale: #202020. Windows color (decimal): -15589556 or 4988690. OLE color: 4988690.

HSL color Cylindrical-coordinate representation of color #121F4C: hue angle of 226.55º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121F4C is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 31 76 -
CMYK 0.76 0.59 0 0.70
HSL 226.55º 0.62% 0.18% -
HSV(B) 226.55º 0.76% 0.3% -
XYZ 2.04 1.63 7.04 -
YUV 32.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 18 31 76 0.76 0.59 0 0.70 226.55 0.62 0.18
Hex 12 1F 4C 4C 3B 0 46 E3 3E 12
Octal 22 37 114 114 73 0 106 343 76 22
Binary 10010 11111 1001100 1001100 111011 0 1000110 11100011 111110 10010

Color Harmonies of #121F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F4C

Black with #121F4C

Text Example


Text Example

White with #121F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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