Html Css Color HEX #121560 Midnight Blue

📋 copy color: '#121560'

red 18 ◦ green 21 ◦ blue 96

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

Shades of Midnight Blue #121560

Tints of Midnight Blue #121560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 13.33%
G = 15.56%
B = 71.11%

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

#121560 (or 0x121560) is known color: Midnight Blue. HEX triplet: 12, 15 and 60. RGB value is (18,21,96). Sum of RGB (Red+Green+Blue) = 18+21+96=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #121560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121560 is #EDEA9F. Grayscale: #1C1C1C. Windows color (decimal): -15592096 or 6296850. OLE color: 6296850.

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

Color convert

RGB 18 21 96 -
CMYK 0.81 0.78 0 0.62
HSL 237.69º 0.68% 0.22% -
HSV(B) 237.69º 0.81% 0.38% -
XYZ 2.63 1.51 11.22 -
YUV 28.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 18 21 96 0.81 0.78 0 0.62 237.69 0.68 0.22
Hex 12 15 60 51 4E 0 3E EE 44 16
Octal 22 25 140 121 116 0 76 356 104 26
Binary 10010 10101 1100000 1010001 1001110 0 111110 11101110 1000100 10110

Color Harmonies of #121560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121560

Black with #121560

Text Example


Text Example

White with #121560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121560; }

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

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

background-color css

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

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

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

border-color css

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

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

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