Html Css Color HEX #150EBC Medium Blue

📋 copy color: '#150EBC'

red 21 ◦ green 14 ◦ blue 188

#150EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #150EBC

Tints of Medium Blue #150EBC

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.3%

R = 9.42%
G = 6.28%
B = 84.3%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#150EBC (or 0x150EBC) is known color: 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

RGB 21 14 188 -
CMYK 0.89 0.93 0 0.26
HSL 242.41º 0.86% 0.4% -
HSV(B) 242.41º 0.93% 0.74% -
XYZ 9.54 4.1 47.87 -
YUV 35.93 213.82 117.35 -
System Red Green Blue C M Y K H S L
Decimal 21 14 188 0.89 0.93 0 0.26 242.41 0.86 0.4
Hex 15 E BC 59 5D 0 1A F2 56 28
Octal 25 16 274 131 135 0 32 362 126 50
Binary 10101 1110 10111100 1011001 1011101 0 11010 11110010 1010110 101000

Color Harmonies of #150EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EBC

Black with #150EBC

Text Example


Text Example

White with #150EBC

Text Example


Text Example

HTML Codes & Css Web 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>