Html Css Color HEX #121359 Midnight Blue

📋 copy color: '#121359'

red 18 ◦ green 19 ◦ blue 89

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

Shades of Midnight Blue #121359

Tints of Midnight Blue #121359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 70.63%

R = 14.29%
G = 15.08%
B = 70.63%

CMYK

 C value IS 0.80

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121359 (or 0x121359) is known color: Midnight Blue. HEX triplet: 12, 13 and 59. RGB value is (18,19,89). Sum of RGB (Red+Green+Blue) = 18+19+89=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #121359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121359 is #EDECA6. Grayscale: #1A1A1A. Windows color (decimal): -15592615 or 5837586. OLE color: 5837586.

HSL color Cylindrical-coordinate representation of color #121359: hue angle of 239.15º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121359 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 19 89 -
CMYK 0.80 0.79 0 0.65
HSL 239.15º 0.66% 0.21% -
HSV(B) 239.15º 0.8% 0.35% -
XYZ 2.29 1.32 9.58 -
YUV 26.68 163.17 121.81 -
System Red Green Blue C M Y K H S L
Decimal 18 19 89 0.80 0.79 0 0.65 239.15 0.66 0.21
Hex 12 13 59 50 4F 0 41 EF 42 15
Octal 22 23 131 120 117 0 101 357 102 25
Binary 10010 10011 1011001 1010000 1001111 0 1000001 11101111 1000010 10101

Color Harmonies of #121359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121359

Black with #121359

Text Example


Text Example

White with #121359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121359; }

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

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

background-color css

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

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

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

border-color css

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

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

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