Html Css Color HEX #121F48 Midnight Express

📋 copy color: '#121F48'

red 18 ◦ green 31 ◦ blue 72

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

Shades of Midnight Express #121F48

Tints of Midnight Express #121F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 59.5%

R = 14.88%
G = 25.62%
B = 59.5%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#121F48 (or 0x121F48) is known color: Midnight Express. HEX triplet: 12, 1F and 48. RGB value is (18,31,72). Sum of RGB (Red+Green+Blue) = 18+31+72=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #121F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F48 is #EDE0B7. Grayscale: #1F1F1F. Windows color (decimal): -15589560 or 4726546. OLE color: 4726546.

HSL color Cylindrical-coordinate representation of color #121F48: hue angle of 225.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121F48 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 31 72 -
CMYK 0.75 0.57 0 0.72
HSL 225.56º 0.6% 0.18% -
HSV(B) 225.56º 0.75% 0.28% -
XYZ 1.91 1.58 6.33 -
YUV 31.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 18 31 72 0.75 0.57 0 0.72 225.56 0.6 0.18
Hex 12 1F 48 4B 39 0 48 E2 3C 12
Octal 22 37 110 113 71 0 110 342 74 22
Binary 10010 11111 1001000 1001011 111001 0 1001000 11100010 111100 10010

Color Harmonies of #121F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F48

Black with #121F48

Text Example


Text Example

White with #121F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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