#150AC6

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

Shades of Medium Blue #150AC6

Tints of Medium Blue #150AC6

Color information

#150AC6 (or 0x150AC6) is unknown color: approx Medium Blue. HEX triplet: 15, 0A and C6. RGB value is (21,10,198). Sum of RGB (Red+Green+Blue) = 21+10+198=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 198 (77.73% from 255 or 86.46% from 229); Max value from RGB is 198 - color contains mainly: blue. Hex color #150AC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AC6 is #EAF539. Grayscale: #212121. Windows color (decimal): -15398202 or 12978709. OLE color: 12978709.

HSL color Cylindrical-coordinate representation of color #150AC6: hue angle of 243.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150AC6 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2110198-
CMYK0.890.9500.22
HSL243.51º90.38%40.78%-
HSV(B)243.51º94.95%77.65%-
XYZ10.614.4553.73-
YUV34.72220.14118.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 198 (77.73% from 255) = 86.46%
R=9.17%
G=4.37%
B=86.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal21101980.890.9500.22243.5190.3840.78
Hex15AC6595F016f45a29
Octal251230613113702636413251
Binary1010110101100011010110011011111010110111101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150AC6; }

 p { color: rgb(21,10,198); }

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

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

 a { background-color: rgb(21,10,198); }

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

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

 span { border-color: rgb(21,10,198); }

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