Html Css Color HEX #150AC1 Medium Blue

📋 copy color: '#150AC1'

red 21 ◦ green 10 ◦ blue 193

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

Shades of Medium Blue #150AC1

Tints of Medium Blue #150AC1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 193 (75.78% from 255) = 86.16%

R = 9.38%
G = 4.46%
B = 86.16%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#150AC1 (or 0x150AC1) is known color: Medium Blue. HEX triplet: 15, 0A and C1. RGB value is (21,10,193). Sum of RGB (Red+Green+Blue) = 21+10+193=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #150AC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AC1 is #EAF53E. Grayscale: #212121. Windows color (decimal): -15398207 or 12651029. OLE color: 12651029.

HSL color Cylindrical-coordinate representation of color #150AC1: hue angle of 243.61º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150AC1 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 21 10 193 -
CMYK 0.89 0.95 0 0.24
HSL 243.61º 0.9% 0.4% -
HSV(B) 243.61º 0.95% 0.76% -
XYZ 10.04 4.23 50.74 -
YUV 34.15 217.64 118.62 -
System Red Green Blue C M Y K H S L
Decimal 21 10 193 0.89 0.95 0 0.24 243.61 0.9 0.4
Hex 15 A C1 59 5F 0 18 F4 5A 28
Octal 25 12 301 131 137 0 30 364 132 50
Binary 10101 1010 11000001 1011001 1011111 0 11000 11110100 1011010 101000

Color Harmonies of #150AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150AC1

Black with #150AC1

Text Example


Text Example

White with #150AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,193); }

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

background-color css

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

 a { background-color: rgb(21,10,193); }

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

border-color css

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

 span { border-color: rgb(21,10,193); }

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