Html Css Color HEX #121B4D Midnight Express

📋 copy color: '#121B4D'

red 18 ◦ green 27 ◦ blue 77

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

Shades of Midnight Express #121B4D

Tints of Midnight Express #121B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 63.11%

R = 14.75%
G = 22.13%
B = 63.11%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#121B4D (or 0x121B4D) is known color: Midnight Express. HEX triplet: 12, 1B and 4D. RGB value is (18,27,77). Sum of RGB (Red+Green+Blue) = 18+27+77=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #121B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B4D is #EDE4B2. Grayscale: #1D1D1D. Windows color (decimal): -15590579 or 5053202. OLE color: 5053202.

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

Color convert

RGB 18 27 77 -
CMYK 0.77 0.65 0 0.70
HSL 230.85º 0.62% 0.19% -
HSV(B) 230.85º 0.77% 0.3% -
XYZ 1.98 1.45 7.2 -
YUV 30.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 18 27 77 0.77 0.65 0 0.70 230.85 0.62 0.19
Hex 12 1B 4D 4D 41 0 46 E7 3E 13
Octal 22 33 115 115 101 0 106 347 76 23
Binary 10010 11011 1001101 1001101 1000001 0 1000110 11100111 111110 10011

Color Harmonies of #121B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B4D

Black with #121B4D

Text Example


Text Example

White with #121B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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