Html Css Color HEX #120166 Midnight Blue

📋 copy color: '#120166'

red 18 ◦ green 1 ◦ blue 102

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

Shades of Midnight Blue #120166

Tints of Midnight Blue #120166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 14.88%
G = 0.83%
B = 84.3%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#120166 (or 0x120166) is known color: Midnight Blue. HEX triplet: 12, 01 and 66. RGB value is (18,1,102). Sum of RGB (Red+Green+Blue) = 18+1+102=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 102 (40.23% from 255 or 84.30% from 121); Max value from RGB is 102 - color contains mainly: blue. Hex color #120166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120166 is #EDFE99. Grayscale: #111111. Windows color (decimal): -15597210 or 6684946. OLE color: 6684946.

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

Color convert

RGB 18 1 102 -
CMYK 0.82 0.99 0 0.6
HSL 250.1º 0.98% 0.2% -
HSV(B) 250.1º 0.99% 0.4% -
XYZ 2.66 1.11 12.64 -
YUV 17.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 18 1 102 0.82 0.99 0 0.6 250.1 0.98 0.2
Hex 12 1 66 52 63 0 3C FA 62 14
Octal 22 1 146 122 143 0 74 372 142 24
Binary 10010 1 1100110 1010010 1100011 0 111100 11111010 1100010 10100

Color Harmonies of #120166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120166

Black with #120166

Text Example


Text Example

White with #120166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120166; }

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

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

background-color css

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

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

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

border-color css

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

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

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