Html Css Color HEX #121B44 Midnight Express

📋 copy color: '#121B44'

red 18 ◦ green 27 ◦ blue 68

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

Shades of Midnight Express #121B44

Tints of Midnight Express #121B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.89%

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

R = 15.93%
G = 23.89%
B = 60.18%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#121B44 (or 0x121B44) is known color: Midnight Express. HEX triplet: 12, 1B and 44. RGB value is (18,27,68). Sum of RGB (Red+Green+Blue) = 18+27+68=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #121B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B44 is #EDE4BB. Grayscale: #1C1C1C. Windows color (decimal): -15590588 or 4463378. OLE color: 4463378.

HSL color Cylindrical-coordinate representation of color #121B44: hue angle of 229.2º 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 #121B44 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 27 68 -
CMYK 0.74 0.60 0 0.73
HSL 229.2º 0.58% 0.17% -
HSV(B) 229.2º 0.74% 0.27% -
XYZ 1.68 1.33 5.64 -
YUV 28.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 18 27 68 0.74 0.60 0 0.73 229.2 0.58 0.17
Hex 12 1B 44 4A 3C 0 49 E5 3A 11
Octal 22 33 104 112 74 0 111 345 72 21
Binary 10010 11011 1000100 1001010 111100 0 1001001 11100101 111010 10001

Color Harmonies of #121B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B44

Black with #121B44

Text Example


Text Example

White with #121B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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