Html Css Color HEX #121561 Midnight Blue

📋 copy color: '#121561'

red 18 ◦ green 21 ◦ blue 97

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

Shades of Midnight Blue #121561

Tints of Midnight Blue #121561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 13.24%
G = 15.44%
B = 71.32%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121561 (or 0x121561) is known color: Midnight Blue. HEX triplet: 12, 15 and 61. RGB value is (18,21,97). Sum of RGB (Red+Green+Blue) = 18+21+97=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #121561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121561 is #EDEA9E. Grayscale: #1C1C1C. Windows color (decimal): -15592095 or 6362386. OLE color: 6362386.

HSL color Cylindrical-coordinate representation of color #121561: hue angle of 237.72º 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 #121561 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 21 97 -
CMYK 0.81 0.78 0 0.62
HSL 237.72º 0.69% 0.23% -
HSV(B) 237.72º 0.81% 0.38% -
XYZ 2.68 1.53 11.46 -
YUV 28.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 18 21 97 0.81 0.78 0 0.62 237.72 0.69 0.23
Hex 12 15 61 51 4E 0 3E EE 45 17
Octal 22 25 141 121 116 0 76 356 105 27
Binary 10010 10101 1100001 1010001 1001110 0 111110 11101110 1000101 10111

Color Harmonies of #121561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121561

Black with #121561

Text Example


Text Example

White with #121561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121561; }

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

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

background-color css

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

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

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

border-color css

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

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

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