Html Css Color HEX #150CBF Medium Blue

📋 copy color: '#150CBF'

red 21 ◦ green 12 ◦ blue 191

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

Shades of Medium Blue #150CBF

Tints of Medium Blue #150CBF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 9.38%
G = 5.36%
B = 85.27%

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

#150CBF (or 0x150CBF) is known color: Medium Blue. HEX triplet: 15, 0C and BF. RGB value is (21,12,191). Sum of RGB (Red+Green+Blue) = 21+12+191=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 191 (75% from 255 or 85.27% from 224); Max value from RGB is 191 - color contains mainly: blue. Hex color #150CBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CBF is #EAF340. Grayscale: #222222. Windows color (decimal): -15397697 or 12520469. OLE color: 12520469.

HSL color Cylindrical-coordinate representation of color #150CBF: hue angle of 243.02º degrees, saturation: 0.88, 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 #150CBF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 12 191 -
CMYK 0.89 0.94 0 0.25
HSL 243.02º 0.88% 0.4% -
HSV(B) 243.02º 0.94% 0.75% -
XYZ 9.84 4.18 49.58 -
YUV 35.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 21 12 191 0.89 0.94 0 0.25 243.02 0.88 0.4
Hex 15 C BF 59 5E 0 19 F3 58 28
Octal 25 14 277 131 136 0 31 363 130 50
Binary 10101 1100 10111111 1011001 1011110 0 11001 11110011 1011000 101000

Color Harmonies of #150CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CBF

Black with #150CBF

Text Example


Text Example

White with #150CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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