Html Css Color HEX #120F3C Midnight Express

📋 copy color: '#120F3C'

red 18 ◦ green 15 ◦ blue 60

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

Shades of Midnight Express #120F3C

Tints of Midnight Express #120F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 19.35%
G = 16.13%
B = 64.52%

CMYK

 C value IS 0.7

 M value IS 0.75

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#120F3C (or 0x120F3C) is known color: Midnight Express. HEX triplet: 12, 0F and 3C. RGB value is (18,15,60). Sum of RGB (Red+Green+Blue) = 18+15+60=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #120F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F3C is #EDF0C3. Grayscale: #141414. Windows color (decimal): -15593668 or 3936018. OLE color: 3936018.

HSL color Cylindrical-coordinate representation of color #120F3C: hue angle of 244º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120F3C is Cyan = 0.7, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 15 60 -
CMYK 0.7 0.75 0 0.76
HSL 244º 0.6% 0.15% -
HSV(B) 244º 0.75% 0.24% -
XYZ 1.24 0.8 4.36 -
YUV 21.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 18 15 60 0.7 0.75 0 0.76 244 0.6 0.15
Hex 12 F 3C 46 4B 0 4C F4 3C F
Octal 22 17 74 106 113 0 114 364 74 17
Binary 10010 1111 111100 1000110 1001011 0 1001100 11110100 111100 1111

Color Harmonies of #120F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F3C

Black with #120F3C

Text Example


Text Example

White with #120F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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