Html Css Color HEX #150CB6 Medium Blue

📋 copy color: '#150CB6'

red 21 ◦ green 12 ◦ blue 182

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

Shades of Medium Blue #150CB6

Tints of Medium Blue #150CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 84.65%

R = 9.77%
G = 5.58%
B = 84.65%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#150CB6 (or 0x150CB6) is known color: Medium Blue. HEX triplet: 15, 0C and B6. RGB value is (21,12,182). Sum of RGB (Red+Green+Blue) = 21+12+182=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 182 (71.48% from 255 or 84.65% from 215); Max value from RGB is 182 - color contains mainly: blue. Hex color #150CB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CB6 is #EAF349. Grayscale: #212121. Windows color (decimal): -15397706 or 11930645. OLE color: 11930645.

HSL color Cylindrical-coordinate representation of color #150CB6: hue angle of 243.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150CB6 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 21 12 182 -
CMYK 0.88 0.93 0 0.29
HSL 243.18º 0.88% 0.38% -
HSV(B) 243.18º 0.93% 0.71% -
XYZ 8.88 3.8 44.52 -
YUV 34.07 211.48 118.68 -
System Red Green Blue C M Y K H S L
Decimal 21 12 182 0.88 0.93 0 0.29 243.18 0.88 0.38
Hex 15 C B6 58 5D 0 1D F3 58 26
Octal 25 14 266 130 135 0 35 363 130 46
Binary 10101 1100 10110110 1011000 1011101 0 11101 11110011 1011000 100110

Color Harmonies of #150CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150CB6

Black with #150CB6

Text Example


Text Example

White with #150CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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