Html Css Color HEX #120A5F Midnight Blue

📋 copy color: '#120A5F'

red 18 ◦ green 10 ◦ blue 95

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

Shades of Midnight Blue #120A5F

Tints of Midnight Blue #120A5F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.13%

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

R = 14.63%
G = 8.13%
B = 77.24%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#120A5F (or 0x120A5F) is known color: Midnight Blue. HEX triplet: 12, 0A and 5F. RGB value is (18,10,95). Sum of RGB (Red+Green+Blue) = 18+10+95=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 95 (37.5% from 255 or 77.24% from 123); Max value from RGB is 95 - color contains mainly: blue. Hex color #120A5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A5F is #EDF5A0. Grayscale: #151515. Windows color (decimal): -15594913 or 6228498. OLE color: 6228498.

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

Color convert

RGB 18 10 95 -
CMYK 0.81 0.89 0 0.63
HSL 245.65º 0.81% 0.21% -
HSV(B) 245.65º 0.89% 0.37% -
XYZ 2.42 1.17 10.92 -
YUV 22.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 18 10 95 0.81 0.89 0 0.63 245.65 0.81 0.21
Hex 12 A 5F 51 59 0 3F F6 51 15
Octal 22 12 137 121 131 0 77 366 121 25
Binary 10010 1010 1011111 1010001 1011001 0 111111 11110110 1010001 10101

Color Harmonies of #120A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A5F

Black with #120A5F

Text Example


Text Example

White with #120A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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