Html Css Color HEX #121966 Midnight Blue

📋 copy color: '#121966'

red 18 ◦ green 25 ◦ blue 102

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

Shades of Midnight Blue #121966

Tints of Midnight Blue #121966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 12.41%
G = 17.24%
B = 70.34%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#121966 (or 0x121966) is known color: Midnight Blue. HEX triplet: 12, 19 and 66. RGB value is (18,25,102). Sum of RGB (Red+Green+Blue) = 18+25+102=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #121966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121966 is #EDE699. Grayscale: #1F1F1F. Windows color (decimal): -15591066 or 6691090. OLE color: 6691090.

HSL color Cylindrical-coordinate representation of color #121966: hue angle of 235º 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 #121966 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 25 102 -
CMYK 0.82 0.75 0 0.6
HSL 235º 0.7% 0.24% -
HSV(B) 235º 0.82% 0.4% -
XYZ 3 1.78 12.76 -
YUV 31.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 18 25 102 0.82 0.75 0 0.6 235 0.7 0.24
Hex 12 19 66 52 4B 0 3C EB 46 18
Octal 22 31 146 122 113 0 74 353 106 30
Binary 10010 11001 1100110 1010010 1001011 0 111100 11101011 1000110 11000

Color Harmonies of #121966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121966

Black with #121966

Text Example


Text Example

White with #121966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121966; }

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

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

background-color css

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

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

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

border-color css

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

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

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