Html Css Color HEX #150BBD Medium Blue

📋 copy color: '#150BBD'

red 21 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #150BBD

Tints of Medium Blue #150BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 85.52%

R = 9.5%
G = 4.98%
B = 85.52%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#150BBD (or 0x150BBD) is known color: Medium Blue. HEX triplet: 15, 0B and BD. RGB value is (21,11,189). Sum of RGB (Red+Green+Blue) = 21+11+189=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 189 (74.22% from 255 or 85.52% from 221); Max value from RGB is 189 - color contains mainly: blue. Hex color #150BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BBD is #EAF442. Grayscale: #212121. Windows color (decimal): -15397955 or 12389141. OLE color: 12389141.

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

Color convert

RGB 21 11 189 -
CMYK 0.89 0.94 0 0.26
HSL 243.37º 0.89% 0.39% -
HSV(B) 243.37º 0.94% 0.74% -
XYZ 9.61 4.07 48.42 -
YUV 34.28 215.31 118.53 -
System Red Green Blue C M Y K H S L
Decimal 21 11 189 0.89 0.94 0 0.26 243.37 0.89 0.39
Hex 15 B BD 59 5E 0 1A F3 59 27
Octal 25 13 275 131 136 0 32 363 131 47
Binary 10101 1011 10111101 1011001 1011110 0 11010 11110011 1011001 100111

Color Harmonies of #150BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150BBD

Black with #150BBD

Text Example


Text Example

White with #150BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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