Html Css Color HEX #121059 Midnight Blue

📋 copy color: '#121059'

red 18 ◦ green 16 ◦ blue 89

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

Shades of Midnight Blue #121059

Tints of Midnight Blue #121059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 14.63%
G = 13.01%
B = 72.36%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121059 (or 0x121059) is known color: Midnight Blue. HEX triplet: 12, 10 and 59. RGB value is (18,16,89). Sum of RGB (Red+Green+Blue) = 18+16+89=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #121059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121059 is #EDEFA6. Grayscale: #181818. Windows color (decimal): -15593383 or 5836818. OLE color: 5836818.

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

Color convert

RGB 18 16 89 -
CMYK 0.80 0.82 0 0.65
HSL 241.64º 0.7% 0.21% -
HSV(B) 241.64º 0.82% 0.35% -
XYZ 2.24 1.22 9.57 -
YUV 24.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 18 16 89 0.80 0.82 0 0.65 241.64 0.7 0.21
Hex 12 10 59 50 52 0 41 F2 46 15
Octal 22 20 131 120 122 0 101 362 106 25
Binary 10010 10000 1011001 1010000 1010010 0 1000001 11110010 1000110 10101

Color Harmonies of #121059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121059

Black with #121059

Text Example


Text Example

White with #121059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121059; }

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

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

background-color css

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

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

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

border-color css

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

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

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