Html Css Color HEX #121A4C Midnight Express

📋 copy color: '#121A4C'

red 18 ◦ green 26 ◦ blue 76

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

Shades of Midnight Express #121A4C

Tints of Midnight Express #121A4C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.67%

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 15%
G = 21.67%
B = 63.33%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#121A4C (or 0x121A4C) is known color: Midnight Express. HEX triplet: 12, 1A and 4C. RGB value is (18,26,76). Sum of RGB (Red+Green+Blue) = 18+26+76=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #121A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A4C is #EDE5B3. Grayscale: #1D1D1D. Windows color (decimal): -15590836 or 4987410. OLE color: 4987410.

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

Color convert

RGB 18 26 76 -
CMYK 0.76 0.66 0 0.70
HSL 231.72º 0.62% 0.18% -
HSV(B) 231.72º 0.76% 0.3% -
XYZ 1.92 1.39 7 -
YUV 29.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 18 26 76 0.76 0.66 0 0.70 231.72 0.62 0.18
Hex 12 1A 4C 4C 42 0 46 E8 3E 12
Octal 22 32 114 114 102 0 106 350 76 22
Binary 10010 11010 1001100 1001100 1000010 0 1000110 11101000 111110 10010

Color Harmonies of #121A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A4C

Black with #121A4C

Text Example


Text Example

White with #121A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,26,76); }

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

background-color css

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

 a { background-color: rgb(18,26,76); }

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

border-color css

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

 span { border-color: rgb(18,26,76); }

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