Html Css Color HEX #121D3B Midnight Express

📋 copy color: '#121D3B'

red 18 ◦ green 29 ◦ blue 59

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

Shades of Midnight Express #121D3B

Tints of Midnight Express #121D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.36%

 BLUE value IS 59 (23.44% from 255) = 55.66%

R = 16.98%
G = 27.36%
B = 55.66%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#121D3B (or 0x121D3B) is known color: Midnight Express. HEX triplet: 12, 1D and 3B. RGB value is (18,29,59). Sum of RGB (Red+Green+Blue) = 18+29+59=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #121D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D3B is #EDE2C4. Grayscale: #1D1D1D. Windows color (decimal): -15590085 or 3874066. OLE color: 3874066.

HSL color Cylindrical-coordinate representation of color #121D3B: hue angle of 223.9º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #121D3B is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 29 59 -
CMYK 0.69 0.51 0 0.77
HSL 223.9º 0.53% 0.15% -
HSV(B) 223.9º 0.69% 0.23% -
XYZ 1.48 1.32 4.32 -
YUV 29.13 144.86 120.06 -
System Red Green Blue C M Y K H S L
Decimal 18 29 59 0.69 0.51 0 0.77 223.9 0.53 0.15
Hex 12 1D 3B 45 33 0 4D E0 35 F
Octal 22 35 73 105 63 0 115 340 65 17
Binary 10010 11101 111011 1000101 110011 0 1001101 11100000 110101 1111

Color Harmonies of #121D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D3B

Black with #121D3B

Text Example


Text Example

White with #121D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,29,59); }

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

background-color css

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

 a { background-color: rgb(18,29,59); }

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

border-color css

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

 span { border-color: rgb(18,29,59); }

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