Html Css Color HEX #150FBB Medium Blue

📋 copy color: '#150FBB'

red 21 ◦ green 15 ◦ blue 187

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

Shades of Medium Blue #150FBB

Tints of Medium Blue #150FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.86%

R = 9.42%
G = 6.73%
B = 83.86%

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

#150FBB (or 0x150FBB) is known color: Medium Blue. HEX triplet: 15, 0F and BB. RGB value is (21,15,187). Sum of RGB (Red+Green+Blue) = 21+15+187=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #150FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FBB is #EAF044. Grayscale: #232323. Windows color (decimal): -15396933 or 12259093. OLE color: 12259093.

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

Color convert

RGB 21 15 187 -
CMYK 0.89 0.92 0 0.27
HSL 242.09º 0.85% 0.4% -
HSV(B) 242.09º 0.92% 0.73% -
XYZ 9.45 4.09 47.3 -
YUV 36.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 21 15 187 0.89 0.92 0 0.27 242.09 0.85 0.4
Hex 15 F BB 59 5C 0 1B F2 55 28
Octal 25 17 273 131 134 0 33 362 125 50
Binary 10101 1111 10111011 1011001 1011100 0 11011 11110010 1010101 101000

Color Harmonies of #150FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150FBB

Black with #150FBB

Text Example


Text Example

White with #150FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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