Html Css Color HEX #121A30 Midnight Express

📋 copy color: '#121A30'

red 18 ◦ green 26 ◦ blue 48

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

Shades of Midnight Express #121A30

Tints of Midnight Express #121A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 52.17%

R = 19.57%
G = 28.26%
B = 52.17%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#121A30 (or 0x121A30) is known color: Midnight Express. HEX triplet: 12, 1A and 30. RGB value is (18,26,48). Sum of RGB (Red+Green+Blue) = 18+26+48=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #121A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A30 is #EDE5CF. Grayscale: #1A1A1A. Windows color (decimal): -15590864 or 3152402. OLE color: 3152402.

HSL color Cylindrical-coordinate representation of color #121A30: hue angle of 224º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #121A30 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 26 48 -
CMYK 0.63 0.46 0 0.81
HSL 224º 0.45% 0.13% -
HSV(B) 224º 0.63% 0.19% -
XYZ 1.15 1.08 2.94 -
YUV 26.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 18 26 48 0.63 0.46 0 0.81 224 0.45 0.13
Hex 12 1A 30 3F 2E 0 51 E0 2D D
Octal 22 32 60 77 56 0 121 340 55 15
Binary 10010 11010 110000 111111 101110 0 1010001 11100000 101101 1101

Color Harmonies of #121A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A30

Black with #121A30

Text Example


Text Example

White with #121A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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