Html Css Color HEX #121A4B Midnight Express

📋 copy color: '#121A4B'

red 18 ◦ green 26 ◦ blue 75

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

Shades of Midnight Express #121A4B

Tints of Midnight Express #121A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.03%

R = 15.13%
G = 21.85%
B = 63.03%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#121A4B (or 0x121A4B) is known color: Midnight Express. HEX triplet: 12, 1A and 4B. RGB value is (18,26,75). Sum of RGB (Red+Green+Blue) = 18+26+75=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #121A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A4B is #EDE5B4. Grayscale: #1C1C1C. Windows color (decimal): -15590837 or 4921874. OLE color: 4921874.

HSL color Cylindrical-coordinate representation of color #121A4B: hue angle of 231.58º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121A4B is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 26 75 -
CMYK 0.76 0.65 0 0.71
HSL 231.58º 0.61% 0.18% -
HSV(B) 231.58º 0.76% 0.29% -
XYZ 1.89 1.38 6.82 -
YUV 29.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 18 26 75 0.76 0.65 0 0.71 231.58 0.61 0.18
Hex 12 1A 4B 4C 41 0 47 E8 3D 12
Octal 22 32 113 114 101 0 107 350 75 22
Binary 10010 11010 1001011 1001100 1000001 0 1000111 11101000 111101 10010

Color Harmonies of #121A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A4B

Black with #121A4B

Text Example


Text Example

White with #121A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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