Html Css Color HEX #150BBF Medium Blue

📋 copy color: '#150BBF'

red 21 ◦ green 11 ◦ blue 191

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

Shades of Medium Blue #150BBF

Tints of Medium Blue #150BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 85.65%

R = 9.42%
G = 4.93%
B = 85.65%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#150BBF (or 0x150BBF) is known color: Medium Blue. HEX triplet: 15, 0B and BF. RGB value is (21,11,191). Sum of RGB (Red+Green+Blue) = 21+11+191=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #150BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BBF is #EAF440. Grayscale: #212121. Windows color (decimal): -15397953 or 12520213. OLE color: 12520213.

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

Color convert

RGB 21 11 191 -
CMYK 0.89 0.94 0 0.25
HSL 243.33º 0.89% 0.4% -
HSV(B) 243.33º 0.94% 0.75% -
XYZ 9.83 4.16 49.58 -
YUV 34.51 216.31 118.36 -
System Red Green Blue C M Y K H S L
Decimal 21 11 191 0.89 0.94 0 0.25 243.33 0.89 0.4
Hex 15 B BF 59 5E 0 19 F3 59 28
Octal 25 13 277 131 136 0 31 363 131 50
Binary 10101 1011 10111111 1011001 1011110 0 11001 11110011 1011001 101000

Color Harmonies of #150BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BBF

Black with #150BBF

Text Example


Text Example

White with #150BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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