Html Css Color HEX #121161 Midnight Blue

📋 copy color: '#121161'

red 18 ◦ green 17 ◦ blue 97

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

Shades of Midnight Blue #121161

Tints of Midnight Blue #121161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 13.64%
G = 12.88%
B = 73.48%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121161 (or 0x121161) is known color: Midnight Blue. HEX triplet: 12, 11 and 61. RGB value is (18,17,97). Sum of RGB (Red+Green+Blue) = 18+17+97=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #121161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121161 is #EDEE9E. Grayscale: #1A1A1A. Windows color (decimal): -15593119 or 6361362. OLE color: 6361362.

HSL color Cylindrical-coordinate representation of color #121161: hue angle of 240.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121161 is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 17 97 -
CMYK 0.81 0.82 0 0.62
HSL 240.75º 0.7% 0.22% -
HSV(B) 240.75º 0.82% 0.38% -
XYZ 2.61 1.39 11.44 -
YUV 26.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 18 17 97 0.81 0.82 0 0.62 240.75 0.7 0.22
Hex 12 11 61 51 52 0 3E F1 46 16
Octal 22 21 141 121 122 0 76 361 106 26
Binary 10010 10001 1100001 1010001 1010010 0 111110 11110001 1000110 10110

Color Harmonies of #121161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121161

Black with #121161

Text Example


Text Example

White with #121161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121161; }

 p { color: rgb(18,17,97); }

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

background-color css

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

 a { background-color: rgb(18,17,97); }

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

border-color css

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

 span { border-color: rgb(18,17,97); }

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