#150ABA

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

Shades of Medium Blue #150ABA

Tints of Medium Blue #150ABA

Color information

#150ABA (or 0x150ABA) is unknown color: approx Medium Blue. HEX triplet: 15, 0A and BA. RGB value is (21,10,186). Sum of RGB (Red+Green+Blue) = 21+10+186=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #150ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ABA is #EAF545. Grayscale: #202020. Windows color (decimal): -15398214 or 12192277. OLE color: 12192277.

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

Color convert

RGB2110186-
CMYK0.890.9500.27
HSL243.75º89.8%38.43%-
HSV(B)243.75º94.62%72.94%-
XYZ9.283.9246.72-
YUV33.35214.14119.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.68%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=9.68%
G=4.61%
B=85.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21101860.890.9500.27243.7589.838.43
Hex15ABA595F01Bf45a26
Octal251227213113703336413246
Binary1010110101011101010110011011111011011111101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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