#120db8

Color #120DB8 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #120DB8

Tints of Medium Blue #120DB8

Color information

#120DB8 (or 0x120DB8) is unknown color: approx Medium Blue. HEX triplet: 12, 0D and B8. RGB value is (18,13,184). Sum of RGB (Red+Green+Blue) = 18+13+184=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #120DB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DB8 is #EDF247. Grayscale: #212121. Windows color (decimal): -15594056 or 12061970. OLE color: 12061970.

HSL color Cylindrical-coordinate representation of color #120DB8: hue angle of 241.75º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120DB8 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1813184-
CMYK0.900.9300.28
HSL241.75º86.8%38.63%-
HSV(B)241.75º92.93%72.16%-
XYZ9.053.8845.62-
YUV33.99212.66116.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 184 (72.27% from 255) = 85.58%
R=8.37%
G=6.05%
B=85.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18131840.900.9300.28241.7586.838.63
Hex12DB85A5D01Cf25727
Octal221527013213503436212747
Binary1001011011011100010110101011101011100111100101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120db8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #120db8;
 }
 .AnyTagClassName
 {
   color: #120db8;
 }
</style>
background-color css

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

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

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

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

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

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