Html Css Color HEX #120766 Midnight Blue

📋 copy color: '#120766'

red 18 ◦ green 7 ◦ blue 102

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

Shades of Midnight Blue #120766

Tints of Midnight Blue #120766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.51%

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

R = 14.17%
G = 5.51%
B = 80.31%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#120766 (or 0x120766) is known color: Midnight Blue. HEX triplet: 12, 07 and 66. RGB value is (18,7,102). Sum of RGB (Red+Green+Blue) = 18+7+102=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 102 (40.23% from 255 or 80.31% from 127); Max value from RGB is 102 - color contains mainly: blue. Hex color #120766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120766 is #EDF899. Grayscale: #141414. Windows color (decimal): -15595674 or 6686482. OLE color: 6686482.

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

Color convert

RGB 18 7 102 -
CMYK 0.82 0.93 0 0.6
HSL 246.95º 0.87% 0.21% -
HSV(B) 246.95º 0.93% 0.4% -
XYZ 2.72 1.24 12.67 -
YUV 21.12 173.64 125.78 -
System Red Green Blue C M Y K H S L
Decimal 18 7 102 0.82 0.93 0 0.6 246.95 0.87 0.21
Hex 12 7 66 52 5D 0 3C F7 57 15
Octal 22 7 146 122 135 0 74 367 127 25
Binary 10010 111 1100110 1010010 1011101 0 111100 11110111 1010111 10101

Color Harmonies of #120766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120766

Black with #120766

Text Example


Text Example

White with #120766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120766; }

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

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

background-color css

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

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

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

border-color css

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

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

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