Html Css Color HEX #121766 Midnight Blue

📋 copy color: '#121766'

red 18 ◦ green 23 ◦ blue 102

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

Shades of Midnight Blue #121766

Tints of Midnight Blue #121766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 12.59%
G = 16.08%
B = 71.33%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#121766 (or 0x121766) is known color: Midnight Blue. HEX triplet: 12, 17 and 66. RGB value is (18,23,102). Sum of RGB (Red+Green+Blue) = 18+23+102=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #121766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121766 is #EDE899. Grayscale: #1E1E1E. Windows color (decimal): -15591578 or 6690578. OLE color: 6690578.

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

Color convert

RGB 18 23 102 -
CMYK 0.82 0.77 0 0.6
HSL 236.43º 0.7% 0.24% -
HSV(B) 236.43º 0.82% 0.4% -
XYZ 2.95 1.7 12.74 -
YUV 30.51 168.34 119.08 -
System Red Green Blue C M Y K H S L
Decimal 18 23 102 0.82 0.77 0 0.6 236.43 0.7 0.24
Hex 12 17 66 52 4D 0 3C EC 46 18
Octal 22 27 146 122 115 0 74 354 106 30
Binary 10010 10111 1100110 1010010 1001101 0 111100 11101100 1000110 11000

Color Harmonies of #121766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121766

Black with #121766

Text Example


Text Example

White with #121766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121766; }

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

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

background-color css

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

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

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

border-color css

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

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

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