Html Css Color HEX #150EBA Medium Blue

📋 copy color: '#150EBA'

red 21 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #150EBA

Tints of Medium Blue #150EBA

RGB

 RED value IS 21 (8.59% from 255) = 9.5%

 GREEN value IS 14 (5.86% from 255) = 6.33%

 BLUE value IS 186 (73.05% from 255) = 84.16%

R = 9.5%
G = 6.33%
B = 84.16%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#150EBA (or 0x150EBA) is known color: Medium Blue. HEX triplet: 15, 0E and BA. RGB value is (21,14,186). Sum of RGB (Red+Green+Blue) = 21+14+186=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #150EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EBA is #EAF145. Grayscale: #232323. Windows color (decimal): -15397190 or 12193301. OLE color: 12193301.

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

Color convert

RGB 21 14 186 -
CMYK 0.89 0.92 0 0.27
HSL 242.44º 0.86% 0.39% -
HSV(B) 242.44º 0.92% 0.73% -
XYZ 9.33 4.02 46.74 -
YUV 35.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 21 14 186 0.89 0.92 0 0.27 242.44 0.86 0.39
Hex 15 E BA 59 5C 0 1B F2 56 27
Octal 25 16 272 131 134 0 33 362 126 47
Binary 10101 1110 10111010 1011001 1011100 0 11011 11110010 1010110 100111

Color Harmonies of #150EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150EBA

Black with #150EBA

Text Example


Text Example

White with #150EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #150EBA;
 }
 .AnyTagClassName
 {
   color: #150EBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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