Html Css Color HEX #121F44 Midnight Express

📋 copy color: '#121F44'

red 18 ◦ green 31 ◦ blue 68

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

Shades of Midnight Express #121F44

Tints of Midnight Express #121F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 58.12%

R = 15.38%
G = 26.5%
B = 58.12%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121F44 (or 0x121F44) is known color: Midnight Express. HEX triplet: 12, 1F and 44. RGB value is (18,31,68). Sum of RGB (Red+Green+Blue) = 18+31+68=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #121F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F44 is #EDE0BB. Grayscale: #1F1F1F. Windows color (decimal): -15589564 or 4464402. OLE color: 4464402.

HSL color Cylindrical-coordinate representation of color #121F44: hue angle of 224.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121F44 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 31 68 -
CMYK 0.74 0.54 0 0.73
HSL 224.4º 0.58% 0.17% -
HSV(B) 224.4º 0.74% 0.27% -
XYZ 1.78 1.53 5.67 -
YUV 31.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 18 31 68 0.74 0.54 0 0.73 224.4 0.58 0.17
Hex 12 1F 44 4A 36 0 49 E0 3A 11
Octal 22 37 104 112 66 0 111 340 72 21
Binary 10010 11111 1000100 1001010 110110 0 1001001 11100000 111010 10001

Color Harmonies of #121F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F44

Black with #121F44

Text Example


Text Example

White with #121F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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