Html Css Color HEX #120958 Midnight Blue

📋 copy color: '#120958'

red 18 ◦ green 9 ◦ blue 88

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

Shades of Midnight Blue #120958

Tints of Midnight Blue #120958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 76.52%

R = 15.65%
G = 7.83%
B = 76.52%

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

#120958 (or 0x120958) is known color: Midnight Blue. HEX triplet: 12, 09 and 58. RGB value is (18,9,88). Sum of RGB (Red+Green+Blue) = 18+9+88=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #120958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120958 is #EDF6A7. Grayscale: #141414. Windows color (decimal): -15595176 or 5769490. OLE color: 5769490.

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

Color convert

RGB 18 9 88 -
CMYK 0.80 0.90 0 0.65
HSL 246.84º 0.81% 0.19% -
HSV(B) 246.84º 0.9% 0.35% -
XYZ 2.11 1.03 9.32 -
YUV 20.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 18 9 88 0.80 0.90 0 0.65 246.84 0.81 0.19
Hex 12 9 58 50 5A 0 41 F7 51 13
Octal 22 11 130 120 132 0 101 367 121 23
Binary 10010 1001 1011000 1010000 1011010 0 1000001 11110111 1010001 10011

Color Harmonies of #120958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120958

Black with #120958

Text Example


Text Example

White with #120958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120958; }

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

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

background-color css

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

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

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

border-color css

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

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

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