Html Css Color HEX #121361 Midnight Blue

📋 copy color: '#121361'

red 18 ◦ green 19 ◦ blue 97

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

Shades of Midnight Blue #121361

Tints of Midnight Blue #121361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 13.43%
G = 14.18%
B = 72.39%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121361 (or 0x121361) is known color: Midnight Blue. HEX triplet: 12, 13 and 61. RGB value is (18,19,97). Sum of RGB (Red+Green+Blue) = 18+19+97=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #121361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121361 is #EDEC9E. Grayscale: #1B1B1B. Windows color (decimal): -15592607 or 6361874. OLE color: 6361874.

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

Color convert

RGB 18 19 97 -
CMYK 0.81 0.80 0 0.62
HSL 239.24º 0.69% 0.23% -
HSV(B) 239.24º 0.81% 0.38% -
XYZ 2.64 1.46 11.45 -
YUV 27.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 18 19 97 0.81 0.80 0 0.62 239.24 0.69 0.23
Hex 12 13 61 51 50 0 3E EF 45 17
Octal 22 23 141 121 120 0 76 357 105 27
Binary 10010 10011 1100001 1010001 1010000 0 111110 11101111 1000101 10111

Color Harmonies of #121361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121361

Black with #121361

Text Example


Text Example

White with #121361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121361; }

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

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

background-color css

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

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

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

border-color css

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

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

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