Html Css Color HEX #150BB9 Medium Blue

📋 copy color: '#150BB9'

red 21 ◦ green 11 ◦ blue 185

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

Shades of Medium Blue #150BB9

Tints of Medium Blue #150BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

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

R = 9.68%
G = 5.07%
B = 85.25%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#150BB9 (or 0x150BB9) is known color: Medium Blue. HEX triplet: 15, 0B and B9. RGB value is (21,11,185). Sum of RGB (Red+Green+Blue) = 21+11+185=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 185 (72.66% from 255 or 85.25% from 217); Max value from RGB is 185 - color contains mainly: blue. Hex color #150BB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BB9 is #EAF446. Grayscale: #212121. Windows color (decimal): -15397959 or 12126997. OLE color: 12126997.

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

Color convert

RGB 21 11 185 -
CMYK 0.89 0.94 0 0.27
HSL 243.45º 0.89% 0.38% -
HSV(B) 243.45º 0.94% 0.73% -
XYZ 9.19 3.9 46.17 -
YUV 33.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 21 11 185 0.89 0.94 0 0.27 243.45 0.89 0.38
Hex 15 B B9 59 5E 0 1B F3 59 26
Octal 25 13 271 131 136 0 33 363 131 46
Binary 10101 1011 10111001 1011001 1011110 0 11011 11110011 1011001 100110

Color Harmonies of #150BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BB9

Black with #150BB9

Text Example


Text Example

White with #150BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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