Html Css Color HEX #120F5F Midnight Blue

📋 copy color: '#120F5F'

red 18 ◦ green 15 ◦ blue 95

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

Shades of Midnight Blue #120F5F

Tints of Midnight Blue #120F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 74.22%

R = 14.06%
G = 11.72%
B = 74.22%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#120F5F (or 0x120F5F) is known color: Midnight Blue. HEX triplet: 12, 0F and 5F. RGB value is (18,15,95). Sum of RGB (Red+Green+Blue) = 18+15+95=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #120F5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F5F is #EDF0A0. Grayscale: #181818. Windows color (decimal): -15593633 or 6229778. OLE color: 6229778.

HSL color Cylindrical-coordinate representation of color #120F5F: hue angle of 242.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120F5F is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 15 95 -
CMYK 0.81 0.84 0 0.63
HSL 242.25º 0.73% 0.22% -
HSV(B) 242.25º 0.84% 0.37% -
XYZ 2.49 1.3 10.95 -
YUV 25.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 18 15 95 0.81 0.84 0 0.63 242.25 0.73 0.22
Hex 12 F 5F 51 54 0 3F F2 49 16
Octal 22 17 137 121 124 0 77 362 111 26
Binary 10010 1111 1011111 1010001 1010100 0 111111 11110010 1001001 10110

Color Harmonies of #120F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F5F

Black with #120F5F

Text Example


Text Example

White with #120F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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