Html Css Color HEX #120D5B Midnight Blue

📋 copy color: '#120D5B'

red 18 ◦ green 13 ◦ blue 91

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

Shades of Midnight Blue #120D5B

Tints of Midnight Blue #120D5B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.66%

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

R = 14.75%
G = 10.66%
B = 74.59%

CMYK

 C value IS 0.80

 M value IS 0.86

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#120D5B (or 0x120D5B) is known color: Midnight Blue. HEX triplet: 12, 0D and 5B. RGB value is (18,13,91). Sum of RGB (Red+Green+Blue) = 18+13+91=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #120D5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120D5B is #EDF2A4. Grayscale: #171717. Windows color (decimal): -15594149 or 5967122. OLE color: 5967122.

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

Color convert

RGB 18 13 91 -
CMYK 0.80 0.86 0 0.64
HSL 243.85º 0.75% 0.2% -
HSV(B) 243.85º 0.86% 0.36% -
XYZ 2.28 1.17 10 -
YUV 23.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 18 13 91 0.80 0.86 0 0.64 243.85 0.75 0.2
Hex 12 D 5B 50 56 0 40 F4 4B 14
Octal 22 15 133 120 126 0 100 364 113 24
Binary 10010 1101 1011011 1010000 1010110 0 1000000 11110100 1001011 10100

Color Harmonies of #120D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D5B

Black with #120D5B

Text Example


Text Example

White with #120D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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