Html Css Color HEX #1506BA Medium Blue

📋 copy color: '#1506BA'

red 21 ◦ green 6 ◦ blue 186

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

Shades of Medium Blue #1506BA

Tints of Medium Blue #1506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

 BLUE value IS 186 (73.05% from 255) = 87.32%

R = 9.86%
G = 2.82%
B = 87.32%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1506BA (or 0x1506BA) is known color: Medium Blue. HEX triplet: 15, 06 and BA. RGB value is (21,6,186). Sum of RGB (Red+Green+Blue) = 21+6+186=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 186 (73.05% from 255 or 87.32% from 213); Max value from RGB is 186 - color contains mainly: blue. Hex color #1506BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1506BA is #EAF945. Grayscale: #1E1E1E. Windows color (decimal): -15399238 or 12191253. OLE color: 12191253.

HSL color Cylindrical-coordinate representation of color #1506BA: hue angle of 245º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1506BA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 6 186 -
CMYK 0.89 0.97 0 0.27
HSL 245º 0.94% 0.38% -
HSV(B) 245º 0.97% 0.73% -
XYZ 9.24 3.83 46.71 -
YUV 31.01 215.47 120.86 -
System Red Green Blue C M Y K H S L
Decimal 21 6 186 0.89 0.97 0 0.27 245 0.94 0.38
Hex 15 6 BA 59 61 0 1B F5 5E 26
Octal 25 6 272 131 141 0 33 365 136 46
Binary 10101 110 10111010 1011001 1100001 0 11011 11110101 1011110 100110

Color Harmonies of #1506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1506BA

Black with #1506BA

Text Example


Text Example

White with #1506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1506BA; }

 p { color: rgb(21,6,186); }

 H1.HeaderClassName
 {
   color: #1506BA;
 }
 .AnyTagClassName
 {
   color: #1506BA;
 }
</style>

background-color css

<style>
 a { background-color: #1506BA; }

 a { background-color: rgb(21,6,186); }

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

border-color css

<style>
 span { border-color: #1506BA; }

 span { border-color: rgb(21,6,186); }

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