#150AEB

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

Shades of Blue #150AEB

Tints of Blue #150AEB

Color information

#150AEB (or 0x150AEB) is unknown color: approx Blue. HEX triplet: 15, 0A and EB. RGB value is (21,10,235). Sum of RGB (Red+Green+Blue) = 21+10+235=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #150AEB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AEB is #EAF514. Grayscale: #262626. Windows color (decimal): -15398165 or 15403541. OLE color: 15403541.

HSL color Cylindrical-coordinate representation of color #150AEB: hue angle of 242.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AEB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2110235-
CMYK0.910.9600.08
HSL242.93º91.84%48.04%-
HSV(B)242.93º95.74%92.16%-
XYZ15.416.3779.02-
YUV38.94238.64115.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 235 (92.19% from 255) = 88.35%
R=7.89%
G=3.76%
B=88.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21102350.910.9600.08242.9391.8448.04
Hex15AEB5B6008f35c30
Octal251235313314001036313460
Binary101011010111010111011011110000001000111100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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