Html Css Color HEX #120460 Midnight Blue

📋 copy color: '#120460'

red 18 ◦ green 4 ◦ blue 96

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

Shades of Midnight Blue #120460

Tints of Midnight Blue #120460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

 BLUE value IS 96 (37.89% from 255) = 81.36%

R = 15.25%
G = 3.39%
B = 81.36%

CMYK

 C value IS 0.81

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120460 (or 0x120460) is known color: Midnight Blue. HEX triplet: 12, 04 and 60. RGB value is (18,4,96). Sum of RGB (Red+Green+Blue) = 18+4+96=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #120460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120460 is #EDFB9F. Grayscale: #121212. Windows color (decimal): -15596448 or 6292498. OLE color: 6292498.

HSL color Cylindrical-coordinate representation of color #120460: hue angle of 249.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120460 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 4 96 -
CMYK 0.81 0.96 0 0.62
HSL 249.13º 0.92% 0.2% -
HSV(B) 249.13º 0.96% 0.38% -
XYZ 2.4 1.06 11.14 -
YUV 18.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 18 4 96 0.81 0.96 0 0.62 249.13 0.92 0.2
Hex 12 4 60 51 60 0 3E F9 5C 14
Octal 22 4 140 121 140 0 76 371 134 24
Binary 10010 100 1100000 1010001 1100000 0 111110 11111001 1011100 10100

Color Harmonies of #120460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120460

Black with #120460

Text Example


Text Example

White with #120460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120460; }

 p { color: rgb(18,4,96); }

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

background-color css

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

 a { background-color: rgb(18,4,96); }

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

border-color css

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

 span { border-color: rgb(18,4,96); }

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