Html Css Color HEX #120F42 Midnight Express

📋 copy color: '#120F42'

red 18 ◦ green 15 ◦ blue 66

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

Shades of Midnight Express #120F42

Tints of Midnight Express #120F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

 BLUE value IS 66 (26.17% from 255) = 66.67%

R = 18.18%
G = 15.15%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#120F42 (or 0x120F42) is known color: Midnight Express. HEX triplet: 12, 0F and 42. RGB value is (18,15,66). Sum of RGB (Red+Green+Blue) = 18+15+66=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 66 (26.17% from 255 or 66.67% from 99); Max value from RGB is 66 - color contains mainly: blue. Hex color #120F42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F42 is #EDF0BD. Grayscale: #151515. Windows color (decimal): -15593662 or 4329234. OLE color: 4329234.

HSL color Cylindrical-coordinate representation of color #120F42: hue angle of 243.53º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #120F42 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 15 66 -
CMYK 0.73 0.77 0 0.74
HSL 243.53º 0.63% 0.16% -
HSV(B) 243.53º 0.77% 0.26% -
XYZ 1.4 0.86 5.25 -
YUV 21.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 18 15 66 0.73 0.77 0 0.74 243.53 0.63 0.16
Hex 12 F 42 49 4D 0 4A F4 3F 10
Octal 22 17 102 111 115 0 112 364 77 20
Binary 10010 1111 1000010 1001001 1001101 0 1001010 11110100 111111 10000

Color Harmonies of #120F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F42

Black with #120F42

Text Example


Text Example

White with #120F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,66); }

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

background-color css

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

 a { background-color: rgb(18,15,66); }

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

border-color css

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

 span { border-color: rgb(18,15,66); }

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