Html Css Color HEX #120461 Midnight Blue

📋 copy color: '#120461'

red 18 ◦ green 4 ◦ blue 97

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

Shades of Midnight Blue #120461

Tints of Midnight Blue #120461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 81.51%

R = 15.13%
G = 3.36%
B = 81.51%

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

#120461 (or 0x120461) is known color: Midnight Blue. HEX triplet: 12, 04 and 61. RGB value is (18,4,97). Sum of RGB (Red+Green+Blue) = 18+4+97=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #120461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120461 is #EDFB9E. Grayscale: #121212. Windows color (decimal): -15596447 or 6358034. OLE color: 6358034.

HSL color Cylindrical-coordinate representation of color #120461: hue angle of 249.03º 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 #120461 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 4 97 -
CMYK 0.81 0.96 0 0.62
HSL 249.03º 0.92% 0.2% -
HSV(B) 249.03º 0.96% 0.38% -
XYZ 2.45 1.08 11.39 -
YUV 18.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 18 4 97 0.81 0.96 0 0.62 249.03 0.92 0.2
Hex 12 4 61 51 60 0 3E F9 5C 14
Octal 22 4 141 121 140 0 76 371 134 24
Binary 10010 100 1100001 1010001 1100000 0 111110 11111001 1011100 10100

Color Harmonies of #120461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120461

Black with #120461

Text Example


Text Example

White with #120461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120461; }

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

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

background-color css

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

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

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

border-color css

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

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

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