Html Css Color HEX #121261 Midnight Blue

📋 copy color: '#121261'

red 18 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #121261

Tints of Midnight Blue #121261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 13.53%
G = 13.53%
B = 72.93%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121261 (or 0x121261) is known color: Midnight Blue. HEX triplet: 12, 12 and 61. RGB value is (18,18,97). Sum of RGB (Red+Green+Blue) = 18+18+97=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #121261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121261 is #EDED9E. Grayscale: #1A1A1A. Windows color (decimal): -15592863 or 6361618. OLE color: 6361618.

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

Color convert

RGB 18 18 97 -
CMYK 0.81 0.81 0 0.62
HSL 240º 0.69% 0.23% -
HSV(B) 240º 0.81% 0.38% -
XYZ 2.62 1.42 11.45 -
YUV 27.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 18 18 97 0.81 0.81 0 0.62 240 0.69 0.23
Hex 12 12 61 51 51 0 3E F0 45 17
Octal 22 22 141 121 121 0 76 360 105 27
Binary 10010 10010 1100001 1010001 1010001 0 111110 11110000 1000101 10111

Color Harmonies of #121261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121261

Black with #121261

Text Example


Text Example

White with #121261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121261; }

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

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

background-color css

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

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

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

border-color css

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

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

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