Html Css Color HEX #120661 Midnight Blue

📋 copy color: '#120661'

red 18 ◦ green 6 ◦ blue 97

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

Shades of Midnight Blue #120661

Tints of Midnight Blue #120661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 14.88%
G = 4.96%
B = 80.17%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#120661 (or 0x120661) is known color: Midnight Blue. HEX triplet: 12, 06 and 61. RGB value is (18,6,97). Sum of RGB (Red+Green+Blue) = 18+6+97=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #120661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120661 is #EDF99E. Grayscale: #131313. Windows color (decimal): -15595935 or 6358546. OLE color: 6358546.

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

Color convert

RGB 18 6 97 -
CMYK 0.81 0.94 0 0.62
HSL 247.91º 0.88% 0.2% -
HSV(B) 247.91º 0.94% 0.38% -
XYZ 2.47 1.12 11.4 -
YUV 19.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 18 6 97 0.81 0.94 0 0.62 247.91 0.88 0.2
Hex 12 6 61 51 5E 0 3E F8 58 14
Octal 22 6 141 121 136 0 76 370 130 24
Binary 10010 110 1100001 1010001 1011110 0 111110 11111000 1011000 10100

Color Harmonies of #120661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120661

Black with #120661

Text Example


Text Example

White with #120661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120661; }

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

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

background-color css

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

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

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

border-color css

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

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

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