Html Css Color HEX #121061 Midnight Blue

📋 copy color: '#121061'

red 18 ◦ green 16 ◦ blue 97

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

Shades of Midnight Blue #121061

Tints of Midnight Blue #121061

RGB

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

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

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

R = 13.74%
G = 12.21%
B = 74.05%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121061 (or 0x121061) is known color: Midnight Blue. HEX triplet: 12, 10 and 61. RGB value is (18,16,97). Sum of RGB (Red+Green+Blue) = 18+16+97=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #121061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121061 is #EDEF9E. Grayscale: #191919. Windows color (decimal): -15593375 or 6361106. OLE color: 6361106.

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

Color convert

RGB 18 16 97 -
CMYK 0.81 0.84 0 0.62
HSL 241.48º 0.72% 0.22% -
HSV(B) 241.48º 0.84% 0.38% -
XYZ 2.59 1.36 11.44 -
YUV 25.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 18 16 97 0.81 0.84 0 0.62 241.48 0.72 0.22
Hex 12 10 61 51 54 0 3E F1 48 16
Octal 22 20 141 121 124 0 76 361 110 26
Binary 10010 10000 1100001 1010001 1010100 0 111110 11110001 1001000 10110

Color Harmonies of #121061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121061

Black with #121061

Text Example


Text Example

White with #121061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121061; }

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

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

background-color css

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

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

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

border-color css

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

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

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