Html Css Color HEX #121B3B Midnight Express

📋 copy color: '#121B3B'

red 18 ◦ green 27 ◦ blue 59

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

Shades of Midnight Express #121B3B

Tints of Midnight Express #121B3B

RGB

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

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

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

R = 17.31%
G = 25.96%
B = 56.73%

CMYK

 C value IS 0.69

 M value IS 0.54

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#121B3B (or 0x121B3B) is known color: Midnight Express. HEX triplet: 12, 1B and 3B. RGB value is (18,27,59). Sum of RGB (Red+Green+Blue) = 18+27+59=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #121B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B3B is #EDE4C4. Grayscale: #1B1B1B. Windows color (decimal): -15590597 or 3873554. OLE color: 3873554.

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

Color convert

RGB 18 27 59 -
CMYK 0.69 0.54 0 0.77
HSL 226.83º 0.53% 0.15% -
HSV(B) 226.83º 0.69% 0.23% -
XYZ 1.43 1.23 4.3 -
YUV 27.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 18 27 59 0.69 0.54 0 0.77 226.83 0.53 0.15
Hex 12 1B 3B 45 36 0 4D E3 35 F
Octal 22 33 73 105 66 0 115 343 65 17
Binary 10010 11011 111011 1000101 110110 0 1001101 11100011 110101 1111

Color Harmonies of #121B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B3B

Black with #121B3B

Text Example


Text Example

White with #121B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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