Html Css Color HEX #120955 Midnight Blue

📋 copy color: '#120955'

red 18 ◦ green 9 ◦ blue 85

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

Shades of Midnight Blue #120955

Tints of Midnight Blue #120955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 75.89%

R = 16.07%
G = 8.04%
B = 75.89%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120955 (or 0x120955) is known color: Midnight Blue. HEX triplet: 12, 09 and 55. RGB value is (18,9,85). Sum of RGB (Red+Green+Blue) = 18+9+85=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #120955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120955 is #EDF6AA. Grayscale: #141414. Windows color (decimal): -15595179 or 5572882. OLE color: 5572882.

HSL color Cylindrical-coordinate representation of color #120955: hue angle of 247.11º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120955 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 9 85 -
CMYK 0.79 0.89 0 0.67
HSL 247.11º 0.81% 0.18% -
HSV(B) 247.11º 0.89% 0.33% -
XYZ 1.99 0.98 8.68 -
YUV 20.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 18 9 85 0.79 0.89 0 0.67 247.11 0.81 0.18
Hex 12 9 55 4F 59 0 43 F7 51 12
Octal 22 11 125 117 131 0 103 367 121 22
Binary 10010 1001 1010101 1001111 1011001 0 1000011 11110111 1010001 10010

Color Harmonies of #120955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120955

Black with #120955

Text Example


Text Example

White with #120955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120955; }

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

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

background-color css

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

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

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

border-color css

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

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

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