Html Css Color HEX #121066 Midnight Blue

📋 copy color: '#121066'

red 18 ◦ green 16 ◦ blue 102

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

Shades of Midnight Blue #121066

Tints of Midnight Blue #121066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 13.24%
G = 11.76%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#121066 (or 0x121066) is known color: Midnight Blue. HEX triplet: 12, 10 and 66. RGB value is (18,16,102). Sum of RGB (Red+Green+Blue) = 18+16+102=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #121066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121066 is #EDEF99. Grayscale: #1A1A1A. Windows color (decimal): -15593370 or 6688786. OLE color: 6688786.

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

Color convert

RGB 18 16 102 -
CMYK 0.82 0.84 0 0.6
HSL 241.4º 0.73% 0.23% -
HSV(B) 241.4º 0.84% 0.4% -
XYZ 2.83 1.46 12.7 -
YUV 26.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 18 16 102 0.82 0.84 0 0.6 241.4 0.73 0.23
Hex 12 10 66 52 54 0 3C F1 49 17
Octal 22 20 146 122 124 0 74 361 111 27
Binary 10010 10000 1100110 1010010 1010100 0 111100 11110001 1001001 10111

Color Harmonies of #121066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121066

Black with #121066

Text Example


Text Example

White with #121066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121066; }

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

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

background-color css

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

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

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

border-color css

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

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

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