Html Css Color HEX #120959 Midnight Blue

📋 copy color: '#120959'

red 18 ◦ green 9 ◦ blue 89

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

Shades of Midnight Blue #120959

Tints of Midnight Blue #120959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 15.52%
G = 7.76%
B = 76.72%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#120959 (or 0x120959) is known color: Midnight Blue. HEX triplet: 12, 09 and 59. RGB value is (18,9,89). Sum of RGB (Red+Green+Blue) = 18+9+89=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #120959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120959 is #EDF6A6. Grayscale: #141414. Windows color (decimal): -15595175 or 5835026. OLE color: 5835026.

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

Color convert

RGB 18 9 89 -
CMYK 0.80 0.90 0 0.65
HSL 246.75º 0.82% 0.19% -
HSV(B) 246.75º 0.9% 0.35% -
XYZ 2.15 1.05 9.54 -
YUV 20.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 18 9 89 0.80 0.90 0 0.65 246.75 0.82 0.19
Hex 12 9 59 50 5A 0 41 F7 52 13
Octal 22 11 131 120 132 0 101 367 122 23
Binary 10010 1001 1011001 1010000 1011010 0 1000001 11110111 1010010 10011

Color Harmonies of #120959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120959

Black with #120959

Text Example


Text Example

White with #120959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120959; }

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

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

background-color css

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

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

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

border-color css

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

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

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