Html Css Color HEX #150FB9 Medium Blue

📋 copy color: '#150FB9'

red 21 ◦ green 15 ◦ blue 185

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

Shades of Medium Blue #150FB9

Tints of Medium Blue #150FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.79%

 BLUE value IS 185 (72.66% from 255) = 83.71%

R = 9.5%
G = 6.79%
B = 83.71%

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

#150FB9 (or 0x150FB9) is known color: Medium Blue. HEX triplet: 15, 0F and B9. RGB value is (21,15,185). Sum of RGB (Red+Green+Blue) = 21+15+185=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 185 (72.66% from 255 or 83.71% from 221); Max value from RGB is 185 - color contains mainly: blue. Hex color #150FB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FB9 is #EAF046. Grayscale: #232323. Windows color (decimal): -15396935 or 12128021. OLE color: 12128021.

HSL color Cylindrical-coordinate representation of color #150FB9: hue angle of 242.12º degrees, saturation: 0.85, 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 #150FB9 is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 15 185 -
CMYK 0.89 0.92 0 0.27
HSL 242.12º 0.85% 0.39% -
HSV(B) 242.12º 0.92% 0.73% -
XYZ 9.24 4 46.18 -
YUV 36.17 211.99 117.18 -
System Red Green Blue C M Y K H S L
Decimal 21 15 185 0.89 0.92 0 0.27 242.12 0.85 0.39
Hex 15 F B9 59 5C 0 1B F2 55 27
Octal 25 17 271 131 134 0 33 362 125 47
Binary 10101 1111 10111001 1011001 1011100 0 11011 11110010 1010101 100111

Color Harmonies of #150FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FB9

Black with #150FB9

Text Example


Text Example

White with #150FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,15,185); }

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

background-color css

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

 a { background-color: rgb(21,15,185); }

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

border-color css

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

 span { border-color: rgb(21,15,185); }

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