Html Css Color HEX #121360 Midnight Blue

📋 copy color: '#121360'

red 18 ◦ green 19 ◦ blue 96

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

Shades of Midnight Blue #121360

Tints of Midnight Blue #121360

RGB

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

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

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

R = 13.53%
G = 14.29%
B = 72.18%

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

#121360 (or 0x121360) is known color: Midnight Blue. HEX triplet: 12, 13 and 60. RGB value is (18,19,96). Sum of RGB (Red+Green+Blue) = 18+19+96=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #121360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121360 is #EDEC9F. Grayscale: #1B1B1B. Windows color (decimal): -15592608 or 6296338. OLE color: 6296338.

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

Color convert

RGB 18 19 96 -
CMYK 0.81 0.80 0 0.62
HSL 239.23º 0.68% 0.22% -
HSV(B) 239.23º 0.81% 0.38% -
XYZ 2.59 1.44 11.21 -
YUV 27.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 18 19 96 0.81 0.80 0 0.62 239.23 0.68 0.22
Hex 12 13 60 51 50 0 3E EF 44 16
Octal 22 23 140 121 120 0 76 357 104 26
Binary 10010 10011 1100000 1010001 1010000 0 111110 11101111 1000100 10110

Color Harmonies of #121360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121360

Black with #121360

Text Example


Text Example

White with #121360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121360; }

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

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

background-color css

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

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

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

border-color css

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

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

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