Html Css Color HEX #150ABE Medium Blue

📋 copy color: '#150ABE'

red 21 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #150ABE

Tints of Medium Blue #150ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 85.97%

R = 9.5%
G = 4.52%
B = 85.97%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#150ABE (or 0x150ABE) is known color: Medium Blue. HEX triplet: 15, 0A and BE. RGB value is (21,10,190). Sum of RGB (Red+Green+Blue) = 21+10+190=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 190 (74.61% from 255 or 85.97% from 221); Max value from RGB is 190 - color contains mainly: blue. Hex color #150ABE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ABE is #EAF541. Grayscale: #212121. Windows color (decimal): -15398210 or 12454421. OLE color: 12454421.

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

Color convert

RGB 21 10 190 -
CMYK 0.89 0.95 0 0.25
HSL 243.67º 0.9% 0.39% -
HSV(B) 243.67º 0.95% 0.75% -
XYZ 9.71 4.09 48.99 -
YUV 33.81 216.14 118.86 -
System Red Green Blue C M Y K H S L
Decimal 21 10 190 0.89 0.95 0 0.25 243.67 0.9 0.39
Hex 15 A BE 59 5F 0 19 F4 5A 27
Octal 25 12 276 131 137 0 31 364 132 47
Binary 10101 1010 10111110 1011001 1011111 0 11001 11110100 1011010 100111

Color Harmonies of #150ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150ABE

Black with #150ABE

Text Example


Text Example

White with #150ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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