Html Css Color HEX #120555 Midnight Blue

📋 copy color: '#120555'

red 18 ◦ green 5 ◦ blue 85

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

Shades of Midnight Blue #120555

Tints of Midnight Blue #120555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.63%

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

R = 16.67%
G = 4.63%
B = 78.7%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#120555 (or 0x120555) is known color: Midnight Blue. HEX triplet: 12, 05 and 55. RGB value is (18,5,85). Sum of RGB (Red+Green+Blue) = 18+5+85=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #120555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120555 is #EDFAAA. Grayscale: #111111. Windows color (decimal): -15596203 or 5571858. OLE color: 5571858.

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

Color convert

RGB 18 5 85 -
CMYK 0.79 0.94 0 0.67
HSL 249.75º 0.89% 0.18% -
HSV(B) 249.75º 0.94% 0.33% -
XYZ 1.94 0.89 8.66 -
YUV 18.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 18 5 85 0.79 0.94 0 0.67 249.75 0.89 0.18
Hex 12 5 55 4F 5E 0 43 FA 59 12
Octal 22 5 125 117 136 0 103 372 131 22
Binary 10010 101 1010101 1001111 1011110 0 1000011 11111010 1011001 10010

Color Harmonies of #120555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120555

Black with #120555

Text Example


Text Example

White with #120555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120555; }

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

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

background-color css

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

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

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

border-color css

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

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

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