Html Css Color HEX #121B4F Midnight Express

📋 copy color: '#121B4F'

red 18 ◦ green 27 ◦ blue 79

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

Shades of Midnight Express #121B4F

Tints of Midnight Express #121B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 63.71%

R = 14.52%
G = 21.77%
B = 63.71%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#121B4F (or 0x121B4F) is known color: Midnight Express. HEX triplet: 12, 1B and 4F. RGB value is (18,27,79). Sum of RGB (Red+Green+Blue) = 18+27+79=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #121B4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B4F is #EDE4B0. Grayscale: #1E1E1E. Windows color (decimal): -15590577 or 5184274. OLE color: 5184274.

HSL color Cylindrical-coordinate representation of color #121B4F: hue angle of 231.15º degrees, saturation: 0.63, 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 #121B4F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 27 79 -
CMYK 0.77 0.66 0 0.69
HSL 231.15º 0.63% 0.19% -
HSV(B) 231.15º 0.77% 0.31% -
XYZ 2.05 1.48 7.57 -
YUV 30.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 18 27 79 0.77 0.66 0 0.69 231.15 0.63 0.19
Hex 12 1B 4F 4D 42 0 45 E7 3F 13
Octal 22 33 117 115 102 0 105 347 77 23
Binary 10010 11011 1001111 1001101 1000010 0 1000101 11100111 111111 10011

Color Harmonies of #121B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B4F

Black with #121B4F

Text Example


Text Example

White with #121B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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