Html Css Color HEX #120B5B Midnight Blue

📋 copy color: '#120B5B'

red 18 ◦ green 11 ◦ blue 91

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

Shades of Midnight Blue #120B5B

Tints of Midnight Blue #120B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

 BLUE value IS 91 (35.94% from 255) = 75.83%

R = 15%
G = 9.17%
B = 75.83%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#120B5B (or 0x120B5B) is known color: Midnight Blue. HEX triplet: 12, 0B and 5B. RGB value is (18,11,91). Sum of RGB (Red+Green+Blue) = 18+11+91=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #120B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120B5B is #EDF4A4. Grayscale: #151515. Windows color (decimal): -15594661 or 5966610. OLE color: 5966610.

HSL color Cylindrical-coordinate representation of color #120B5B: hue angle of 245.25º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120B5B is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 11 91 -
CMYK 0.80 0.88 0 0.64
HSL 245.25º 0.78% 0.2% -
HSV(B) 245.25º 0.88% 0.36% -
XYZ 2.26 1.12 10 -
YUV 22.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 18 11 91 0.80 0.88 0 0.64 245.25 0.78 0.2
Hex 12 B 5B 50 58 0 40 F5 4E 14
Octal 22 13 133 120 130 0 100 365 116 24
Binary 10010 1011 1011011 1010000 1011000 0 1000000 11110101 1001110 10100

Color Harmonies of #120B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B5B

Black with #120B5B

Text Example


Text Example

White with #120B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B5B; }

 p { color: rgb(18,11,91); }

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

background-color css

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

 a { background-color: rgb(18,11,91); }

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

border-color css

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

 span { border-color: rgb(18,11,91); }

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