Html Css Color HEX #121B4E Midnight Express

📋 copy color: '#121B4E'

red 18 ◦ green 27 ◦ blue 78

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

Shades of Midnight Express #121B4E

Tints of Midnight Express #121B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 63.41%

R = 14.63%
G = 21.95%
B = 63.41%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121B4E (or 0x121B4E) is known color: Midnight Express. HEX triplet: 12, 1B and 4E. RGB value is (18,27,78). Sum of RGB (Red+Green+Blue) = 18+27+78=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #121B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B4E is #EDE4B1. Grayscale: #1D1D1D. Windows color (decimal): -15590578 or 5118738. OLE color: 5118738.

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

Color convert

RGB 18 27 78 -
CMYK 0.77 0.65 0 0.69
HSL 231º 0.63% 0.19% -
HSV(B) 231º 0.77% 0.31% -
XYZ 2.02 1.46 7.38 -
YUV 30.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 18 27 78 0.77 0.65 0 0.69 231 0.63 0.19
Hex 12 1B 4E 4D 41 0 45 E7 3E 13
Octal 22 33 116 115 101 0 105 347 76 23
Binary 10010 11011 1001110 1001101 1000001 0 1000101 11100111 111110 10011

Color Harmonies of #121B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B4E

Black with #121B4E

Text Example


Text Example

White with #121B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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