#150EBC

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

Shades of Medium Blue #150EBC

Tints of Medium Blue #150EBC

Color information

#150EBC (or 0x150EBC) is unknown color: approx Medium Blue. HEX triplet: 15, 0E and BC. RGB value is (21,14,188). Sum of RGB (Red+Green+Blue) = 21+14+188=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #150EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EBC is #EAF143. Grayscale: #232323. Windows color (decimal): -15397188 or 12324373. OLE color: 12324373.

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

Color convert

RGB2114188-
CMYK0.890.9300.26
HSL242.41º86.14%39.61%-
HSV(B)242.41º92.55%73.73%-
XYZ9.544.147.87-
YUV35.93213.82117.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 188 (73.83% from 255) = 84.30%
R=9.42%
G=6.28%
B=84.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21141880.890.9300.26242.4186.1439.61
Hex15EBC595D01Af25628
Octal251627413113503236212650
Binary1010111101011110010110011011101011010111100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,14,188); }

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

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

 a { background-color: rgb(21,14,188); }

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

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

 span { border-color: rgb(21,14,188); }

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