Html Css Color HEX #150FBC Medium Blue

📋 copy color: '#150FBC'

red 21 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #150FBC

Tints of Medium Blue #150FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.93%

R = 9.38%
G = 6.7%
B = 83.93%

CMYK

 C value IS 0.89

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#150FBC (or 0x150FBC) is known color: Medium Blue. HEX triplet: 15, 0F and BC. RGB value is (21,15,188). Sum of RGB (Red+Green+Blue) = 21+15+188=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #150FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FBC is #EAF043. Grayscale: #232323. Windows color (decimal): -15396932 or 12324629. OLE color: 12324629.

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

Color convert

RGB 21 15 188 -
CMYK 0.89 0.92 0 0.26
HSL 242.08º 0.85% 0.4% -
HSV(B) 242.08º 0.92% 0.74% -
XYZ 9.56 4.13 47.87 -
YUV 36.52 213.49 116.93 -
System Red Green Blue C M Y K H S L
Decimal 21 15 188 0.89 0.92 0 0.26 242.08 0.85 0.4
Hex 15 F BC 59 5C 0 1A F2 55 28
Octal 25 17 274 131 134 0 32 362 125 50
Binary 10101 1111 10111100 1011001 1011100 0 11010 11110010 1010101 101000

Color Harmonies of #150FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FBC

Black with #150FBC

Text Example


Text Example

White with #150FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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