Html Css Color HEX #120966 Midnight Blue

📋 copy color: '#120966'

red 18 ◦ green 9 ◦ blue 102

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

Shades of Midnight Blue #120966

Tints of Midnight Blue #120966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.98%

 BLUE value IS 102 (40.23% from 255) = 79.07%

R = 13.95%
G = 6.98%
B = 79.07%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#120966 (or 0x120966) is known color: Midnight Blue. HEX triplet: 12, 09 and 66. RGB value is (18,9,102). Sum of RGB (Red+Green+Blue) = 18+9+102=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #120966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120966 is #EDF699. Grayscale: #151515. Windows color (decimal): -15595162 or 6686994. OLE color: 6686994.

HSL color Cylindrical-coordinate representation of color #120966: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120966 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 9 102 -
CMYK 0.82 0.91 0 0.6
HSL 245.81º 0.84% 0.22% -
HSV(B) 245.81º 0.91% 0.4% -
XYZ 2.75 1.28 12.67 -
YUV 22.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 18 9 102 0.82 0.91 0 0.6 245.81 0.84 0.22
Hex 12 9 66 52 5B 0 3C F6 54 16
Octal 22 11 146 122 133 0 74 366 124 26
Binary 10010 1001 1100110 1010010 1011011 0 111100 11110110 1010100 10110

Color Harmonies of #120966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120966

Black with #120966

Text Example


Text Example

White with #120966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120966; }

 p { color: rgb(18,9,102); }

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

background-color css

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

 a { background-color: rgb(18,9,102); }

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

border-color css

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

 span { border-color: rgb(18,9,102); }

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