Html Css Color HEX #120975 Midnight Blue

📋 copy color: '#120975'

red 18 ◦ green 9 ◦ blue 117

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

Shades of Midnight Blue #120975

Tints of Midnight Blue #120975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 81.25%

R = 12.5%
G = 6.25%
B = 81.25%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120975 (or 0x120975) is known color: Midnight Blue. HEX triplet: 12, 09 and 75. RGB value is (18,9,117). Sum of RGB (Red+Green+Blue) = 18+9+117=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #120975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120975 is #EDF68A. Grayscale: #171717. Windows color (decimal): -15595147 or 7670034. OLE color: 7670034.

HSL color Cylindrical-coordinate representation of color #120975: hue angle of 245º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120975 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 9 117 -
CMYK 0.85 0.92 0 0.54
HSL 245º 0.86% 0.25% -
HSV(B) 245º 0.92% 0.46% -
XYZ 3.56 1.61 16.95 -
YUV 24 180.48 123.72 -
System Red Green Blue C M Y K H S L
Decimal 18 9 117 0.85 0.92 0 0.54 245 0.86 0.25
Hex 12 9 75 55 5C 0 36 F5 56 19
Octal 22 11 165 125 134 0 66 365 126 31
Binary 10010 1001 1110101 1010101 1011100 0 110110 11110101 1010110 11001

Color Harmonies of #120975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120975

Black with #120975

Text Example


Text Example

White with #120975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120975; }

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

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

background-color css

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

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

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

border-color css

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

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

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