#150DC0

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

Shades of Medium Blue #150DC0

Tints of Medium Blue #150DC0

Color information

#150DC0 (or 0x150DC0) is unknown color: approx Medium Blue. HEX triplet: 15, 0D and C0. RGB value is (21,13,192). Sum of RGB (Red+Green+Blue) = 21+13+192=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 192 (75.39% from 255 or 84.96% from 226); Max value from RGB is 192 - color contains mainly: blue. Hex color #150DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DC0 is #EAF23F. Grayscale: #232323. Windows color (decimal): -15397440 or 12586261. OLE color: 12586261.

HSL color Cylindrical-coordinate representation of color #150DC0: hue angle of 242.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DC0 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2113192-
CMYK0.890.9300.25
HSL242.68º87.32%40.2%-
HSV(B)242.68º93.23%75.29%-
XYZ9.974.2550.16-
YUV35.8216.15117.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 192 (75.39% from 255) = 84.96%
R=9.29%
G=5.75%
B=84.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal21131920.890.9300.25242.6887.3240.2
Hex15DC0595D019f35728
Octal251530013113503136312750
Binary1010111011100000010110011011101011001111100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,192); }

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

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

 a { background-color: rgb(21,13,192); }

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

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

 span { border-color: rgb(21,13,192); }

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