Html Css Color HEX #120D3B Midnight Express

📋 copy color: '#120D3B'

red 18 ◦ green 13 ◦ blue 59

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

Shades of Midnight Express #120D3B

Tints of Midnight Express #120D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.44%

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

R = 20%
G = 14.44%
B = 65.56%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#120D3B (or 0x120D3B) is known color: Midnight Express. HEX triplet: 12, 0D and 3B. RGB value is (18,13,59). Sum of RGB (Red+Green+Blue) = 18+13+59=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 59 (23.44% from 255 or 65.56% from 90); Max value from RGB is 59 - color contains mainly: blue. Hex color #120D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D3B is #EDF2C4. Grayscale: #131313. Windows color (decimal): -15594181 or 3869970. OLE color: 3869970.

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

Color convert

RGB 18 13 59 -
CMYK 0.69 0.78 0 0.77
HSL 246.52º 0.64% 0.14% -
HSV(B) 246.52º 0.78% 0.23% -
XYZ 1.18 0.73 4.22 -
YUV 19.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 18 13 59 0.69 0.78 0 0.77 246.52 0.64 0.14
Hex 12 D 3B 45 4E 0 4D F7 40 E
Octal 22 15 73 105 116 0 115 367 100 16
Binary 10010 1101 111011 1000101 1001110 0 1001101 11110111 1000000 1110

Color Harmonies of #120D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D3B

Black with #120D3B

Text Example


Text Example

White with #120D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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